:root {
  --wsuf-green: #dc5b16;
  --wsuf-green-2: #a83c0b;
  --wsuf-orange: #ff861c;
  --wsuf-orange-2: #ffd166;
  --wsuf-cream: #fff3d8;
  --wsuf-paper: #ffffff;
  --wsuf-ink: #4b2a17;
  --wsuf-muted: #80685a;
  --wsuf-border: #f0dccd;
  --wsuf-shadow: 0 18px 50px rgba(176, 75, 19, .13);
}

.wsuf-page .ws71-header {
  display: none !important;
}

.wsuf-page .ws-page-heading,
.wsuf-page .entry-title {
  display: none !important;
}

.wsuf-page .ws-page-main,
.wsuf-page .ws-page-content,
.wsuf-page .ws-page-content.wrap,
.wsuf-page .ws-page-article {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wsuf-page .ws-page-content > p:empty {
  display: none;
}

.wsuf-shell,
.wsuf-shell * {
  box-sizing: border-box;
}

.wsuf-shell {
  color: var(--wsuf-ink);
  background:
    radial-gradient(circle at 6% 18%, rgba(255, 180, 71, .14) 0 120px, transparent 122px),
    radial-gradient(circle at 95% 46%, rgba(255, 139, 37, .11) 0 150px, transparent 152px),
    #fffaf2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  line-height: 1.75;
  padding-bottom: 72px;
}

.wsuf-topbar {
  position: sticky;
  z-index: 9990;
  top: 0;
  color: #fff;
  background: #fff;
  box-shadow: 0 5px 20px rgba(119, 50, 13, .13);
}

.admin-bar .wsuf-topbar {
  top: 32px;
}

.wsuf-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  min-height: 76px;
  margin-inline: auto;
}

.wsuf-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: #d85412;
  font-size: 20px;
  font-weight: 950;
  text-decoration: none;
}

.wsuf-brand span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, #ff9b31, #f15b18);
  font-size: 22px;
}

.wsuf-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.wsuf-navigation a {
  padding: 9px 12px;
  border-radius: 999px;
  color: #60341e;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease;
}

.wsuf-navigation a:hover {
  color: #d85412;
  background: #fff0df;
}

.wsuf-menu-toggle {
  display: none;
  align-items: center;
  gap: 5px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #e8661e;
  font-size: 20px;
  font-weight: 900;
}

.wsuf-menu-toggle span {
  font-size: 11px;
}

.wsuf-shell button,
.wsuf-shell input,
.wsuf-shell select,
.wsuf-shell textarea {
  font: inherit;
}

.wsuf-shell button {
  cursor: pointer;
}

.wsuf-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  align-items: center;
  gap: 30px;
  min-height: 390px;
  padding: 72px max(5vw, calc((100vw - 1180px) / 2));
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(118deg, rgba(255, 154, 47, .99), rgba(239, 91, 24, .97)),
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.04) 22px 24px);
}

.wsuf-hero::before,
.wsuf-hero::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.wsuf-hero::before {
  width: 380px;
  height: 380px;
  top: -190px;
  right: 10%;
  border: 72px solid rgba(255, 164, 58, .22);
}

.wsuf-hero::after {
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: -90px;
  background: rgba(255,255,255,.06);
}

.wsuf-hero-copy,
.wsuf-hero-art {
  position: relative;
  z-index: 1;
}

.wsuf-kicker,
.wsuf-step-label {
  margin: 0 0 8px;
  color: var(--wsuf-orange-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.wsuf-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 6vw, 70px);
  font-weight: 950;
  letter-spacing: -.04em;
  line-height: 1.15;
}

.wsuf-hero-copy > p:not(.wsuf-kicker) {
  max-width: 720px;
  margin: 20px 0 0;
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 700;
}

.wsuf-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.wsuf-hero-badges span {
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  font-size: 13px;
  font-weight: 800;
}

.wsuf-hero-art {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  transform: rotate(-4deg);
}

.wsuf-hero-art span {
  display: grid;
  place-items: center;
  min-height: 128px;
  border: 3px solid rgba(255,255,255,.18);
  border-radius: 30px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 18px 40px rgba(0,0,0,.16);
  font-size: 60px;
  backdrop-filter: blur(8px);
}

.wsuf-hero-art span:nth-child(2) {
  transform: translateY(32px);
}

.wsuf-hero-art span:nth-child(3) {
  grid-column: 1 / -1;
  min-height: 98px;
  margin-inline: 55px;
}

.wsuf-service-picker,
.wsuf-form,
.wsuf-result,
.wsuf-message,
.wsuf-phone-strip {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.wsuf-service-picker {
  padding: 64px 0 32px;
  text-align: center;
}

.wsuf-service-picker h2,
.wsuf-section-heading h2,
.wsuf-result h2,
.wsuf-confirm-dialog h2 {
  margin: 0;
  color: var(--wsuf-green);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 950;
  line-height: 1.3;
}

.wsuf-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.wsuf-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-height: 260px;
  padding: 28px 22px 24px;
  border: 3px solid transparent;
  border-radius: 26px;
  color: var(--wsuf-ink);
  background: #fff;
  box-shadow: var(--wsuf-shadow);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.wsuf-service-card:hover {
  transform: translateY(-5px);
  border-color: #ffc07e;
  box-shadow: 0 25px 60px rgba(22,75,59,.18);
}

.wsuf-service-card.is-active {
  border-color: var(--wsuf-orange);
  background: linear-gradient(180deg, #fff, #fff9ef);
}

.wsuf-service-card.is-active::after {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  content: "✓";
  border-radius: 50%;
  color: #fff;
  background: var(--wsuf-orange);
  font-weight: 900;
}

.wsuf-service-icon {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin-bottom: 5px;
  border-radius: 24px;
  background: var(--wsuf-cream);
  font-size: 45px;
}

.wsuf-service-card strong {
  font-size: 20px;
  font-weight: 950;
}

.wsuf-service-card small {
  color: var(--wsuf-muted);
  font-size: 13px;
}

.wsuf-service-card em {
  margin-top: auto;
  padding: 8px 25px;
  border-radius: 999px;
  color: #fff;
  background: var(--wsuf-green);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.wsuf-form {
  margin-top: 18px;
}

.wsuf-form[hidden],
.wsuf-service-panel[hidden],
.wsuf-confirm[hidden] {
  display: none !important;
}

.wsuf-form-section,
.wsuf-service-panel {
  margin-top: 24px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--wsuf-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--wsuf-shadow);
}

.wsuf-section-heading {
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--wsuf-border);
}

.wsuf-section-heading h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.wsuf-common-grid,
.wsuf-count-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wsuf-count-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 26px;
}

.wsuf-form label,
.wsuf-delivery-choice > label,
.wsuf-extra-row label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
  font-weight: 800;
}

.wsuf-form label > span:first-child,
.wsuf-delivery-choice label > span:first-child,
.wsuf-extra-row label > span:first-child {
  font-size: 14px;
}

.wsuf-form label b,
.wsuf-form legend b {
  display: inline-block;
  margin-left: 5px;
  padding: 1px 7px;
  border-radius: 5px;
  color: #fff;
  background: #d84a37;
  font-size: 11px;
}

.wsuf-form label small,
.wsuf-form legend small {
  color: var(--wsuf-muted);
  font-size: 12px;
  font-weight: 600;
}

.wsuf-form input[type="text"],
.wsuf-form input[type="email"],
.wsuf-form input[type="tel"],
.wsuf-form input[type="date"],
.wsuf-form input[type="number"],
.wsuf-form select,
.wsuf-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 11px 14px;
  border: 2px solid #f0d8c5;
  border-radius: 12px;
  color: var(--wsuf-ink);
  background: #fffdf9;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.wsuf-form textarea {
  min-height: 130px;
  resize: vertical;
}

.wsuf-form input:focus,
.wsuf-form select:focus,
.wsuf-form textarea:focus {
  border-color: var(--wsuf-orange);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(242,122,42,.13);
}

.wsuf-field-full {
  grid-column: 1 / -1;
}

.wsuf-choice-cards,
.wsuf-products {
  margin: 0;
  padding: 0;
  border: 0;
}

.wsuf-choice-cards legend,
.wsuf-products legend {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 950;
}

.wsuf-choice-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.wsuf-choice-cards legend {
  grid-column: 1 / -1;
}

.wsuf-choice-cards label {
  position: relative;
  cursor: pointer;
}

.wsuf-choice-cards input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.wsuf-choice-cards label > span {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 5px;
  min-height: 150px;
  padding: 18px;
  border: 2px solid var(--wsuf-border);
  border-radius: 18px;
  background: #fffdf9;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.wsuf-choice-cards label:hover > span {
  transform: translateY(-2px);
  border-color: #f6b16f;
}

.wsuf-choice-cards input:checked + span {
  border-color: var(--wsuf-orange);
  background: #fff7e9;
  box-shadow: inset 0 0 0 2px rgba(242,122,42,.08);
}

.wsuf-choice-cards input:focus-visible + span {
  outline: 3px solid rgba(242,122,42,.25);
  outline-offset: 2px;
}

.wsuf-choice-cards strong {
  color: var(--wsuf-green);
  font-size: 16px;
  font-weight: 950;
}

.wsuf-choice-cards em {
  margin-top: auto;
  color: var(--wsuf-orange);
  font-size: 16px;
  font-style: normal;
  font-weight: 950;
}

.wsuf-note {
  margin: 22px 0 0;
  padding: 13px 16px;
  border-left: 5px solid var(--wsuf-orange);
  border-radius: 0 10px 10px 0;
  color: #62401f;
  background: #fff7e9;
  font-size: 13px;
  font-weight: 700;
}

.wsuf-options {
  margin-top: 25px;
  border: 1px solid var(--wsuf-border);
  border-radius: 16px;
  overflow: hidden;
}

.wsuf-options summary {
  padding: 16px 20px;
  color: var(--wsuf-green);
  background: #fff5e7;
  cursor: pointer;
  font-weight: 950;
}

.wsuf-options .wsuf-product-grid {
  padding: 18px;
}

.wsuf-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.wsuf-product-grid label {
  display: grid;
  grid-template-columns: 1fr 76px;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 13px;
  border: 1px solid var(--wsuf-border);
  border-radius: 13px;
  background: #fffdf9;
}

.wsuf-product-grid label > span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wsuf-product-grid label strong {
  font-size: 13px;
  line-height: 1.45;
}

.wsuf-product-grid select {
  min-height: 44px;
  padding-inline: 9px;
}

.wsuf-delivery-choice {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) 1.3fr;
  align-items: end;
  gap: 20px;
  margin-bottom: 26px;
}

.wsuf-delivery-choice p {
  margin: 0;
  padding: 13px 16px;
  border-radius: 12px;
  color: #62401f;
  background: #fff7e9;
  font-size: 13px;
}

.wsuf-delivery-choice p strong {
  display: block;
}

.wsuf-event-grid {
  margin-bottom: 25px;
}

.wsuf-extra-row {
  width: min(520px, 100%);
  margin-top: 22px;
}

.wsuf-final-section {
  background: linear-gradient(180deg, #fff, #fff8ed);
}

.wsuf-estimate {
  margin-top: 24px;
  padding: clamp(20px, 4vw, 32px);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--wsuf-green-2), var(--wsuf-green));
  box-shadow: 0 18px 40px rgba(18,65,49,.22);
}

.wsuf-estimate > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wsuf-estimate p {
  margin: 0;
  font-size: 15px;
  font-weight: 900;
}

.wsuf-estimate [data-wsuf-total] {
  color: #ffd77f;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.1;
}

.wsuf-estimate dl {
  margin: 20px 0;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.wsuf-estimate dl > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 5px 0;
}

.wsuf-estimate dt,
.wsuf-estimate dd {
  margin: 0;
  font-size: 13px;
}

.wsuf-estimate dd {
  text-align: right;
  font-weight: 900;
}

.wsuf-estimate > small {
  display: block;
  color: rgba(255,255,255,.78);
  font-size: 12px;
}

.wsuf-agree {
  flex-direction: row !important;
  align-items: flex-start;
  margin: 22px 0;
  padding: 16px;
  border: 1px solid var(--wsuf-border);
  border-radius: 13px;
  background: #fff8ee;
  cursor: pointer;
}

.wsuf-agree input {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  accent-color: var(--wsuf-orange);
}

.wsuf-agree span {
  font-size: 13px !important;
  font-weight: 700;
}

.wsuf-confirm-button {
  display: block;
  width: min(520px, 100%);
  min-height: 64px;
  margin: 0 auto;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ed6625, #ff9d35);
  box-shadow: 0 12px 28px rgba(230,102,36,.28);
  font-size: 18px;
  font-weight: 950;
  transition: transform .18s ease, box-shadow .18s ease;
}

.wsuf-confirm-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(230,102,36,.36);
}

.wsuf-confirm {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
}

.wsuf-confirm-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 29, 22, .78);
  backdrop-filter: blur(5px);
}

.wsuf-confirm-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(88vh, 900px);
  padding: clamp(24px, 4vw, 38px);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  overflow-y: auto;
}

.wsuf-confirm-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: var(--wsuf-green);
  background: #fff1e3;
  font-size: 25px;
  line-height: 1;
}

.wsuf-confirm-dialog dl {
  margin: 24px 0;
  border-top: 1px solid var(--wsuf-border);
}

.wsuf-confirm-dialog dl > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 12px 4px;
  border-bottom: 1px solid var(--wsuf-border);
}

.wsuf-confirm-dialog dt,
.wsuf-confirm-dialog dd {
  margin: 0;
  font-size: 13px;
}

.wsuf-confirm-dialog dt {
  color: var(--wsuf-muted);
  font-weight: 900;
}

.wsuf-confirm-dialog dd {
  font-weight: 800;
  overflow-wrap: anywhere;
}

.wsuf-confirm-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 18px 20px;
  border-radius: 15px;
  color: #fff;
  background: var(--wsuf-green);
  font-weight: 900;
}

.wsuf-confirm-total strong {
  color: #ffd77f;
  font-size: 28px;
}

.wsuf-confirm-dialog > p:not(.wsuf-kicker) {
  color: var(--wsuf-muted);
  font-size: 13px;
}

.wsuf-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 12px;
  margin-top: 22px;
}

.wsuf-confirm-actions button {
  min-height: 54px;
  border: 0;
  border-radius: 12px;
  font-weight: 950;
}

.wsuf-confirm-actions button:first-child {
  color: var(--wsuf-green);
  background: #fff1e3;
}

.wsuf-confirm-actions button:last-child {
  color: #fff;
  background: var(--wsuf-orange);
}

body.wsuf-confirm-open {
  overflow: hidden;
}

.wsuf-message,
.wsuf-result {
  margin-top: 36px;
  padding: 24px;
  border-radius: 18px;
}

.wsuf-message-warning {
  border: 1px solid #efc063;
  color: #6b4b12;
  background: #fff8dd;
}

.wsuf-message-error {
  border: 1px solid #efaaa1;
  color: #7a2c22;
  background: #fff0ee;
}

.wsuf-result {
  margin-top: 55px;
  padding: clamp(35px, 6vw, 70px);
  text-align: center;
  background: #fff;
  box-shadow: var(--wsuf-shadow);
}

.wsuf-result-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: #fff;
  background: var(--wsuf-green);
  font-size: 38px;
  font-weight: 950;
}

.wsuf-result > p:not(.wsuf-kicker) {
  max-width: 720px;
  margin: 18px auto;
}

.wsuf-result-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 25px;
}

.wsuf-result-actions a {
  min-width: 210px;
  padding: 12px 22px;
  border-radius: 999px;
  color: #fff;
  background: var(--wsuf-green);
  font-weight: 900;
  text-decoration: none;
}

.wsuf-result-actions a:last-child {
  background: var(--wsuf-orange);
}

.wsuf-phone-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 34px;
  padding: 24px 30px;
  border-radius: 22px;
  color: #fff;
  background: var(--wsuf-green);
  box-shadow: var(--wsuf-shadow);
}

.wsuf-phone-strip p,
.wsuf-phone-strip strong {
  margin: 0;
}

.wsuf-phone-strip p {
  color: rgba(255,255,255,.75);
  font-size: 13px;
}

.wsuf-phone-strip a {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 290px;
  padding: 11px 24px;
  border-radius: 999px;
  color: #fff;
  background: var(--wsuf-orange);
  font-size: 21px;
  font-weight: 950;
  line-height: 1.35;
  text-decoration: none;
}

.wsuf-phone-strip a small {
  font-size: 11px;
  font-weight: 700;
}

.wsuf-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 960px) {
  .wsuf-topbar-inner {
    position: relative;
    min-height: 66px;
  }

  .wsuf-menu-toggle {
    display: inline-flex;
  }

  .wsuf-navigation {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    padding: 10px;
    border: 1px solid #f0d8c5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(120, 48, 12, .18);
  }

  .wsuf-navigation.is-open {
    display: flex;
  }

  .wsuf-navigation a {
    padding: 11px 14px;
    border-radius: 9px;
  }

  .wsuf-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 55px;
  }

  .wsuf-hero-art {
    display: none;
  }

  .wsuf-service-grid {
    grid-template-columns: 1fr;
  }

  .wsuf-service-card {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    grid-template-rows: auto auto;
    min-height: 0;
    padding: 18px;
    text-align: left;
  }

  .wsuf-service-icon {
    grid-row: 1 / 3;
    width: 64px;
    height: 64px;
    margin: 0;
    font-size: 34px;
  }

  .wsuf-service-card strong,
  .wsuf-service-card small {
    grid-column: 2;
  }

  .wsuf-service-card em {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
  }

  .wsuf-choice-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wsuf-count-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wsuf-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .admin-bar .wsuf-topbar {
    top: 46px;
  }

  .wsuf-topbar-inner {
    width: calc(100% - 24px);
  }

  .wsuf-brand {
    gap: 7px;
    font-size: 16px;
  }

  .wsuf-brand span {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .wsuf-shell {
    padding-bottom: 40px;
  }

  .wsuf-hero {
    padding: 45px 20px;
  }

  .wsuf-hero h1 {
    font-size: 37px;
  }

  .wsuf-hero-copy > p:not(.wsuf-kicker) {
    font-size: 15px;
  }

  .wsuf-hero-badges {
    gap: 7px;
  }

  .wsuf-hero-badges span {
    padding: 5px 9px;
    font-size: 10px;
  }

  .wsuf-service-picker,
  .wsuf-form,
  .wsuf-result,
  .wsuf-message,
  .wsuf-phone-strip {
    width: min(100% - 24px, 1180px);
  }

  .wsuf-service-picker {
    padding-top: 42px;
  }

  .wsuf-service-grid {
    gap: 12px;
    margin-top: 22px;
  }

  .wsuf-service-card {
    grid-template-columns: 58px 1fr;
    padding: 15px;
    border-radius: 18px;
  }

  .wsuf-service-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 27px;
  }

  .wsuf-service-card strong {
    font-size: 16px;
  }

  .wsuf-service-card small {
    font-size: 11px;
    line-height: 1.5;
  }

  .wsuf-service-card em {
    display: none;
  }

  .wsuf-form-section,
  .wsuf-service-panel {
    margin-top: 14px;
    padding: 20px 15px;
    border-radius: 18px;
  }

  .wsuf-common-grid,
  .wsuf-count-grid,
  .wsuf-choice-cards,
  .wsuf-product-grid,
  .wsuf-delivery-choice,
  .wsuf-confirm-actions {
    grid-template-columns: 1fr;
  }

  .wsuf-choice-cards legend {
    grid-column: auto;
  }

  .wsuf-choice-cards label > span {
    min-height: 0;
  }

  .wsuf-product-grid label {
    grid-template-columns: 1fr 76px;
  }

  .wsuf-estimate > div:first-child {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .wsuf-estimate dl > div {
    gap: 12px;
  }

  .wsuf-confirm-dialog {
    max-height: 92vh;
    padding: 25px 16px;
    border-radius: 18px;
  }

  .wsuf-confirm-dialog dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .wsuf-confirm-actions {
    display: flex;
    flex-direction: column-reverse;
  }

  .wsuf-phone-strip {
    align-items: stretch;
    flex-direction: column;
    padding: 22px 18px;
    text-align: center;
  }

  .wsuf-phone-strip a {
    min-width: 0;
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wsuf-shell *,
  .wsuf-shell *::before,
  .wsuf-shell *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* 予約前の重要確認 */
.wsuf-agree-box{margin:22px 0;padding:17px 18px;border:2px solid #f0bd72;border-radius:14px;background:#fff8e8;box-shadow:0 5px 16px rgba(116,74,20,.07)}
.wsuf-agree-box>strong{display:block;margin-bottom:5px;color:#9a4d00;font-size:16px}
.wsuf-agree-box>p{margin:0 0 10px;color:#5e4a38;font-size:13px;line-height:1.65}
.wsuf-agree-box .wsuf-agree{margin:0;padding:0;border:0;background:transparent;border-radius:0;align-items:center}
.wsuf-agree-box .wsuf-agree input{width:24px;height:24px;margin:0}
.wsuf-agree-box .wsuf-agree span{font-size:14px!important;font-weight:800}
@media(max-width:640px){.wsuf-agree-box{padding:13px 14px}.wsuf-agree-box>strong{font-size:15px}.wsuf-agree-box>p{font-size:12px}.wsuf-agree-box .wsuf-agree span{font-size:13px!important}}
