/*
Theme Name: Kadence Child - GLUCK
Template: kadence
Version: 3.1.0
Description: Quiet brand site theme for GLUCK.
*/

:root {
  --gluck-bg: #f8f5f2;
  --gluck-surface: #ffffff;
  --gluck-ink: #25201d;
  --gluck-sub: #625851;
  --gluck-line: #ddd4ce;
  --gluck-soft: #f2ece7;
  --gluck-accent: #6a5858;
  --gluck-line-green: #06c655;
}

body.gluck-brand-site {
  margin: 0;
  color: var(--gluck-ink);
  background: linear-gradient(180deg, #faf7f4 0%, #fff 30%, #fff 100%);
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.9;
}

body.gluck-brand-site h1,
body.gluck-brand-site h2,
body.gluck-brand-site h3,
body.gluck-brand-site h4,
body.gluck-brand-site .site-title {
  margin: 0;
  color: var(--gluck-ink);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 500;
}

body.gluck-brand-site p,
body.gluck-brand-site li {
  color: var(--gluck-sub);
  font-size: 0.92rem;
}

.gluck-container {
  width: min(1160px, calc(100% - 3rem));
  margin-inline: auto;
}

body.gluck-brand-site #masthead {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(37, 32, 29, 0.08);
  backdrop-filter: blur(10px);
}

body.gluck-brand-site .site-main-header-inner-wrap {
  min-height: 84px;
}

body.gluck-brand-site .site-branding .site-title {
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  letter-spacing: 0.18em;
}

body.gluck-brand-site .main-navigation .primary-menu-container > ul > li.menu-item > a {
  color: #4c443f;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

body.gluck-brand-site .main-navigation .primary-menu-container > ul > li.menu-item > a:hover,
body.gluck-brand-site .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
  color: #302825;
}

body.gluck-brand-site .entry-hero,
body.gluck-brand-site .entry-header {
  display: none;
}

.gluck-eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7a6f69;
}

.gluck-btn-row {
  margin-top: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.gluck-btn-row--tight {
  margin-top: 1rem;
}

.gluck-btn-row--center {
  justify-content: center;
}

.gluck-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.gluck-btn:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.gluck-btn--primary {
  background: #2f2927;
  color: #fff;
}

.gluck-btn--line {
  background: var(--gluck-line-green);
  color: #fff;
}

.gluck-btn--ghost,
.gluck-btn--ghost-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.52);
  color: #fff;
}

.gluck-btn--ghost {
  border-color: #c9bfb8;
  color: #534a45;
}

.gluck-page-section {
  padding: clamp(64px, 8vw, 110px) 0;
}

.gluck-front {
  padding-bottom: 0;
}

.gluck-front-hero {
  position: relative;
  min-height: clamp(520px, 78vh, 760px);
  overflow: hidden;
}

.gluck-front-hero__media img {
  display: block;
  width: 100%;
  height: clamp(520px, 78vh, 760px);
  object-fit: cover;
}

.gluck-front-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(19, 16, 15, 0.58), rgba(19, 16, 15, 0.14));
  display: flex;
  align-items: flex-end;
}

.gluck-front-hero__overlay .gluck-container {
  padding-bottom: clamp(2.2rem, 6vw, 4.8rem);
}

.gluck-front-hero .gluck-eyebrow,
.gluck-front-hero h1,
.gluck-front-hero p,
.gluck-front-hero a {
  color: #fff;
}

.gluck-front-hero h1 {
  font-size: clamp(1.2rem, 2.2vw, 1.9rem);
  max-width: 18em;
}

.gluck-front-hero__lead {
  margin-top: 0.8rem;
  max-width: 36em;
  color: rgba(255, 255, 255, 0.9);
}

.gluck-hero-subcta {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.8rem 1.2rem;
}

.gluck-hero-subcta a {
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
}

.gluck-front-brief {
  padding-top: clamp(72px, 8vw, 112px);
}

.gluck-front-brief__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 4rem;
  align-items: end;
}

.gluck-front-brief__lead h2 {
  font-size: clamp(1.14rem, 2vw, 1.5rem);
}

.gluck-front-brief__text p {
  margin: 0;
  max-width: 34em;
}

.gluck-concept {
  border-top: 1px solid var(--gluck-line);
  border-bottom: 1px solid var(--gluck-line);
}

.gluck-concept__inner {
  display: grid;
  grid-template-columns: 0.88fr 1.05fr 1fr;
  gap: 1.5rem 3rem;
  align-items: center;
}

.gluck-concept__heading h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
}

.gluck-concept__message {
  margin-top: 0;
  color: #342d2a;
  font-family: "Noto Serif JP", serif;
}

.gluck-concept__figure {
  margin: 0;
}

.gluck-concept__figure img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 12px;
}

.gluck-services {
  padding-top: clamp(72px, 8vw, 112px);
}

.gluck-section-head h2 {
  font-size: clamp(1.16rem, 2vw, 1.64rem);
}

.gluck-services-main {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gluck-service-feature {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 3 / 4;
}

.gluck-service-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gluck-service-feature:hover img {
  transform: scale(1.03);
}

.gluck-service-feature span {
  position: absolute;
  inset: auto 0 0 0;
  display: block;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.6) 60%, rgba(10, 10, 10, 0.7) 100%);
}

.gluck-service-feature strong,
.gluck-service-feature em,
.gluck-service-feature i {
  display: block;
  color: #fff;
  font-style: normal;
}

.gluck-service-feature strong {
  font-family: "Noto Serif JP", serif;
}

.gluck-service-feature em {
  margin-top: 0.2rem;
  font-size: 0.78rem;
  opacity: 0.9;
}

.gluck-service-feature small {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.7rem;
  letter-spacing: 0.02em;
}

.gluck-service-feature .gluck-soft-tag {
  margin-top: 0.55rem;
}

.gluck-services-sub {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gluck-line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
}

.gluck-services-sub p {
  width: 100%;
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gluck-services-sub a,
.gluck-text-link {
  color: #4b413d;
  text-decoration: none;
  border-bottom: 1px solid rgba(75, 65, 61, 0.3);
  padding-bottom: 2px;
  font-size: 0.82rem;
}

.gluck-editorial {
  padding-top: clamp(72px, 8vw, 112px);
}

.gluck-editorial-row {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 1.4rem 3rem;
  padding: clamp(40px, 5vw, 72px) 0;
  border-top: 1px solid var(--gluck-line);
}

.gluck-editorial-row--reverse {
  grid-template-columns: 0.95fr 1fr;
}

.gluck-editorial-row--reverse > div {
  order: 1;
}

.gluck-editorial-row--reverse > figure {
  order: 2;
}

.gluck-editorial-row figure {
  margin: 0;
}

.gluck-editorial-row img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
}

.gluck-editorial-row h2 {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
}

.gluck-reserve-cta {
  padding: clamp(88px, 10vw, 140px) 0;
}

.gluck-reserve-cta__inner {
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid var(--gluck-line);
  border-bottom: 1px solid var(--gluck-line);
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4.4rem) 0;
}

.gluck-reserve-cta__eyebrow {
  margin: 0;
  color: #7a6f69;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gluck-reserve-cta h2 {
  margin-top: 0.35rem;
  font-size: clamp(1.2rem, 2.1vw, 1.75rem);
}

.gluck-reserve-cta p {
  margin: 0.65rem 0 0;
}

.gluck-page-hero {
  position: relative;
  min-height: clamp(340px, 47vw, 520px);
}

.gluck-page-hero__media img {
  width: 100%;
  height: clamp(340px, 47vw, 520px);
  object-fit: cover;
  display: block;
}

.gluck-page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(19, 16, 15, 0.58), rgba(19, 16, 15, 0.18));
  display: flex;
  align-items: flex-end;
}

.gluck-page-hero__overlay .gluck-container {
  padding-bottom: clamp(1.6rem, 4vw, 2.8rem);
}

.gluck-page-hero .gluck-eyebrow,
.gluck-page-hero h1,
.gluck-page-hero p {
  color: #fff;
}

.gluck-page-hero h1 {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
}

.gluck-page-hero__lead {
  max-width: 44em;
  margin-top: 0.5rem;
}

.gluck-page-hero-meta {
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.gluck-page-hero-meta li {
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 0.16rem 0.55rem;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
}

.gluck-page-body {
  padding-bottom: 0.5rem;
}

.gluck-page-anchor {
  border-bottom: 1px solid var(--gluck-line);
  padding: 2rem 0 1.3rem;
}

.gluck-page-anchor ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2rem;
}

.gluck-page-anchor a {
  color: #5e534e;
  text-decoration: none;
  border-bottom: 1px solid #d2c6c0;
  padding-bottom: 2px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gluck-page-section__head h2 {
  font-size: clamp(1.14rem, 1.9vw, 1.5rem);
  max-width: 28em;
}

.gluck-page-overview-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem 2rem;
  align-items: start;
}

.gluck-page-overview-grid__main p {
  margin: 0;
  max-width: 42em;
  font-size: 0.95rem;
  line-height: 2;
}

.gluck-page-overview-grid__side ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.gluck-page-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem 2.4rem;
  align-items: center;
}

.gluck-page-visual figure {
  margin: 0;
}

.gluck-page-visual img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  border-radius: 12px;
}

.gluck-page-visual__text p {
  margin-top: 0.55rem;
}

.gluck-page-menu-head h2 {
  margin-top: 0.2rem;
}

.gluck-page-tags {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.gluck-soft-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d6ccc6;
  background: #f7f1ec;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.66rem !important;
  line-height: 1.4;
  color: #6b5f58;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.gluck-soft-tag--quiet {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.95);
}

.gluck-page-content {
  margin-top: 1.2rem;
  border-top: 1px solid var(--gluck-line);
  border-bottom: 1px solid var(--gluck-line);
  padding: clamp(1.8rem, 3.8vw, 2.9rem) 0;
}

.gluck-page-content,
.gluck-page-content * {
  font-family: "Noto Sans JP", "Yu Gothic", sans-serif !important;
  letter-spacing: 0.01em;
  text-shadow: none !important;
  box-shadow: none !important;
}

.gluck-page-content > * {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.gluck-page-content :where(strong, b) {
  color: #342d2a !important;
  font-weight: 500 !important;
}

.gluck-page-content :where(mark, .marker, .marker-thickPink, .marker-halfPink) {
  background: transparent !important;
  color: inherit !important;
}

.gluck-page-content [style*="background"],
.gluck-page-content [style*="font-weight"],
.gluck-page-content [style*="font-size"],
.gluck-page-content [style*="color"] {
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.gluck-page-content > h2 {
  margin-top: 2.6rem;
  margin-bottom: 0.7rem;
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
}

.gluck-page-content > h3 {
  margin-top: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: "Noto Serif JP", serif !important;
  font-size: clamp(0.92rem, 1.2vw, 1.03rem);
}

.gluck-page-content > p,
.gluck-page-content > ul,
.gluck-page-content > ol {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.gluck-page-content .ep-box,
.gluck-page-content .ep-inbox,
.gluck-page-content .bg_gray,
.gluck-page-content .bggray,
.gluck-page-content .bgglay,
.gluck-page-content [class*="box"],
.gluck-page-content [class*="label"],
.gluck-page-content [class*="ribbon"],
.gluck-page-content [class*="rank"],
.gluck-page-content [class*="marker"] {
  border: 0 !important;
  border-left: 1px solid #d7ccc5 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0.1rem 0 0.1rem 0.9rem !important;
}

.gluck-page-content .hr-dotted {
  border: 0 !important;
  border-top: 1px solid #e4dbd6 !important;
}

.gluck-page-content figure {
  margin: 1.2rem auto;
}

.gluck-page-content figure img,
.gluck-page-content > img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.gluck-price-list {
  display: grid;
  gap: 0.8rem;
}

.gluck-price-item {
  border: 1px solid #e2d8d2;
  border-radius: 10px;
  background: var(--gluck-surface);
  padding: 1rem 1.1rem;
}

.gluck-price-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.gluck-price-item__name {
  margin: 0;
  font-size: 0.98rem;
  font-family: "Noto Serif JP", serif !important;
}

.gluck-price-item__desc {
  margin: 0.45rem 0 0;
  font-size: 0.85rem;
  line-height: 1.9;
}

.gluck-price-item__price {
  margin: 0.45rem 0 0;
  color: #2f2926;
  font-family: "Noto Serif JP", serif;
  font-size: 1.08rem;
  letter-spacing: 0.04em;
}

.gluck-price-item.is-option {
  background: #fcfaf8;
}

.gluck-price-item.is-note {
  border-style: dashed;
}

.gluck-page-content table {
  width: 100%;
  border-collapse: collapse;
}

.gluck-page-content table th,
.gluck-page-content table td {
  border: 0;
  border-bottom: 1px solid #e4dcd7;
  padding: 0.8rem 0.2rem;
  text-align: left;
  vertical-align: top;
}

.gluck-page-content .wpcf7-form {
  max-width: 760px;
  margin: 0 auto;
}

.gluck-page-content .wpcf7-form p {
  margin-bottom: 0.7rem;
}

.gluck-page-content .wpcf7-form label {
  display: block;
  font-size: 0.82rem;
  color: #4e4440;
}

.gluck-page-content .wpcf7-form input[type="text"],
.gluck-page-content .wpcf7-form input[type="email"],
.gluck-page-content .wpcf7-form input[type="tel"],
.gluck-page-content .wpcf7-form select,
.gluck-page-content .wpcf7-form textarea {
  width: 100%;
  margin-top: 0.25rem;
  border: 1px solid #d9cec8;
  border-radius: 8px;
  background: #fff;
  padding: 0.62rem 0.7rem;
}

.gluck-page-content .wpcf7-form textarea {
  min-height: 160px;
}

.gluck-page-content .wpcf7-submit {
  margin-top: 0.8rem;
  border: 1px solid #322b28;
  background: #322b28;
  color: #fff;
  border-radius: 999px;
  min-height: 42px;
  padding: 0.5rem 1.2rem;
  letter-spacing: 0.08em;
}

/* Contact Form 7: inquiry form styling (close to previous GLUCK design) */
.gluck-page-content .wpcf7 {
  max-width: 860px;
  margin: 0 auto;
}

.gluck-page-content .wpcf7 table.inquiry {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e1d6cf;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.gluck-page-content .wpcf7 table.inquiry th,
.gluck-page-content .wpcf7 table.inquiry td {
  border-bottom: 1px solid #ede3dd;
  padding: 14px 16px;
  vertical-align: middle;
}

.gluck-page-content .wpcf7 table.inquiry tr:last-child th,
.gluck-page-content .wpcf7 table.inquiry tr:last-child td {
  border-bottom: 0;
}

.gluck-page-content .wpcf7 table.inquiry th {
  width: 30%;
  background: #fcfaf8;
  color: #4b403a;
  font-weight: 600;
}

.gluck-page-content .wpcf7 table.inquiry td {
  width: 70%;
}

.gluck-page-content .wpcf7 .haveto {
  color: #a87653;
}

.gluck-page-content .wpcf7 .wpcf7-form-control-wrap {
  display: block;
}

.gluck-page-content .wpcf7 .check2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.gluck-page-content .wpcf7 .check2 .wpcf7-list-item {
  margin: 0;
}

.gluck-page-content .wpcf7 .check2 label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #e1d6cf;
  border-radius: 9px;
  background: #fcfaf8;
}

.gluck-page-content .wpcf7 input[type="text"],
.gluck-page-content .wpcf7 input[type="email"],
.gluck-page-content .wpcf7 input[type="tel"],
.gluck-page-content .wpcf7 select,
.gluck-page-content .wpcf7 textarea {
  border-color: #d9cec8;
  border-radius: 9px;
  background: #fff;
}

.gluck-page-content .wpcf7 .wpcf7-submit,
.gluck-page-content .wpcf7 #formbtn {
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  border: 1px solid #a87653;
  border-radius: 999px;
  background: #a87653;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.gluck-page-content .wpcf7 .wpcf7-submit:hover,
.gluck-page-content .wpcf7 #formbtn:hover {
  background: #946847;
  border-color: #946847;
}

.gluck-page-content .wpcf7 .wpcf7-response-output {
  margin: 14px 0 0;
  border-radius: 10px;
  padding: 10px 12px;
}

@media (max-width: 640px) {
  .gluck-page-content .wpcf7 table.inquiry th,
  .gluck-page-content .wpcf7 table.inquiry td {
    display: block;
    width: 100%;
  }

  .gluck-page-content .wpcf7 .check2 {
    grid-template-columns: 1fr;
  }
}

/* Fallback scope for inquiry page where .gluck-page-content is not present */
.entry-content .wpcf7 table.inquiry {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e1d6cf;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.entry-content .wpcf7 table.inquiry th,
.entry-content .wpcf7 table.inquiry td {
  border-bottom: 1px solid #ede3dd;
  padding: 14px 16px;
  vertical-align: middle;
}

.entry-content .wpcf7 table.inquiry th {
  width: 30%;
  background: #fcfaf8;
  color: #4b403a;
  font-weight: 600;
}

.entry-content .wpcf7 .check2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.entry-content .wpcf7 .check2 label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #e1d6cf;
  border-radius: 9px;
  background: #fcfaf8;
}

.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 input[type="tel"],
.entry-content .wpcf7 select,
.entry-content .wpcf7 textarea {
  border-color: #d9cec8;
  border-radius: 9px;
  background: #fff;
}

.entry-content .wpcf7 .wpcf7-submit,
.entry-content .wpcf7 #formbtn {
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  border: 1px solid #a87653;
  border-radius: 999px;
  background: #a87653;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.entry-content .wpcf7 .wpcf7-submit:hover,
.entry-content .wpcf7 #formbtn:hover {
  background: #946847;
  border-color: #946847;
}

.entry-content .wpcf7 tr:has([data-name="your-postalcode"]),
.entry-content .wpcf7 tr:has([data-name="your-prefectures"]),
.entry-content .wpcf7 tr:has([data-name="your-address"]) {
  display: none !important;
}

@media (max-width: 640px) {
  .entry-content .wpcf7 table.inquiry th,
  .entry-content .wpcf7 table.inquiry td {
    display: block;
    width: 100%;
  }

  .entry-content .wpcf7 .check2 {
    grid-template-columns: 1fr;
  }
}

/* Final override for inquiry submit button + table skin */
body.gluck-brand-site .entry-content .wpcf7 input.wpcf7-submit,
body.gluck-brand-site .entry-content .wpcf7 input#formbtn,
body.gluck-brand-site .entry-content .wpcf7 input[type="submit"].wpcf7-submit {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid #a87653 !important;
  border-radius: 999px !important;
  background: #a87653 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  box-shadow: none !important;
}

body.gluck-brand-site .entry-content .wpcf7 input.wpcf7-submit:hover,
body.gluck-brand-site .entry-content .wpcf7 input#formbtn:hover,
body.gluck-brand-site .entry-content .wpcf7 input[type="submit"].wpcf7-submit:hover {
  background: #946847 !important;
  border-color: #946847 !important;
  color: #ffffff !important;
}

body.gluck-brand-site .entry-content .wpcf7 table.inquiry {
  border: 1px solid #e1d6cf !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

body.gluck-brand-site .entry-content .wpcf7 table.inquiry th {
  background: #fcfaf8 !important;
}

.gluck-contact-form {
  max-width: 820px;
  margin: 0 auto;
  padding: 1.2rem;
  border: 1px solid #dfd6d0;
  border-radius: 12px;
  background: #fff;
}

.gluck-form-group + .gluck-form-group {
  margin-top: 0.95rem;
}

.gluck-form-label {
  margin: 0 0 0.35rem;
  display: block;
  font-size: 0.82rem;
  color: #4f4541;
}

.gluck-contact-form input[type="text"],
.gluck-contact-form input[type="email"],
.gluck-contact-form input[type="tel"],
.gluck-contact-form textarea {
  width: 100%;
  border: 1px solid #d7ccc6;
  border-radius: 8px;
  background: #fff;
  padding: 0.62rem 0.72rem;
}

.gluck-contact-form textarea {
  min-height: 160px;
}

.gluck-radio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
}

.gluck-radio-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gluck-radio-grid label {
  border: 1px solid #ded4ce;
  border-radius: 8px;
  padding: 0.55rem 0.6rem;
  background: #fcfaf8;
  font-size: 0.8rem;
  color: #574d48;
}

.gluck-radio-grid input[type="radio"] {
  margin-right: 0.35rem;
}

.gluck-form-consent {
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #5b514b;
}

.gluck-contact-submit {
  margin-top: 0.95rem;
  border: 1px solid #2f2927;
  background: #2f2927;
  color: #fff;
  border-radius: 999px;
  min-height: 42px;
  padding: 0.55rem 1.25rem;
  letter-spacing: 0.08em;
}

.gluck-form-message {
  margin: 0 auto 0.9rem;
  max-width: 820px;
  border-radius: 10px;
  padding: 0.68rem 0.85rem;
  font-size: 0.82rem;
}

.gluck-form-message--success {
  border: 1px solid #c9d7c9;
  background: #f5faf5;
  color: #36523a;
}

.gluck-form-message--error {
  border: 1px solid #e1cfcf;
  background: #fdf7f7;
  color: #6a4040;
}

.gluck-page-flow {
  border-top: 1px solid var(--gluck-line);
}

.gluck-page-flow h2 {
  margin-top: 0.25rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.gluck-page-flow ol {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.gluck-page-flow li {
  border: 1px solid #e0d7d1;
  border-radius: 10px;
  padding: 0.92rem;
  background: #fff;
  color: #574d47;
  font-size: 0.86rem;
  line-height: 1.85;
}

.gluck-page-flow li span {
  display: inline-block;
  margin-right: 0.35rem;
  font-family: "Noto Serif JP", serif;
  color: #302825;
}

.gluck-page-faq {
  border-top: 1px solid var(--gluck-line);
}

.gluck-page-faq h2 {
  margin-top: 0.25rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.gluck-front-guide {
  padding-top: clamp(56px, 7vw, 96px);
  border-bottom: 1px solid var(--gluck-line);
}

.gluck-front-guide-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.gluck-front-guide-item {
  border: 1px solid #e1d8d2;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
}

.gluck-front-guide-item h3 {
  margin: 0;
  font-size: 0.9rem;
}

.gluck-front-guide-item p {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
}

.gluck-front-guide-item .gluck-text-link {
  margin-top: 0.5rem;
  display: inline-block;
}

.gluck-suitable-list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.gluck-suitable-item {
  border: 1px solid #e2d8d2;
  border-radius: 10px;
  background: #fff;
  padding: 0.9rem;
}

.gluck-suitable-item p {
  margin: 0;
  font-size: 0.86rem;
  color: #524943;
}

.gluck-precheck-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.gluck-precheck-list li {
  border-bottom: 1px solid #e4dbd6;
  padding: 0.62rem 0;
  font-size: 0.86rem;
  color: #574d47;
}

.gluck-faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}

.gluck-faq-list details {
  border: 1px solid #e1d8d2;
  border-radius: 10px;
  background: #fff;
  padding: 0.9rem 1rem;
}

.gluck-faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: "Noto Serif JP", serif;
  color: #2f2825;
  position: relative;
  padding-right: 1.5rem;
}

.gluck-faq-list summary::-webkit-details-marker {
  display: none;
}

.gluck-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.05rem;
  font-size: 1rem;
}

.gluck-faq-list details[open] summary::after {
  content: "-";
}

.gluck-faq-list p {
  margin: 0.55rem 0 0;
  font-size: 0.85rem;
}

.gluck-site-footer {
  margin-top: 2rem;
  background: var(--gluck-bg);
  border-top: 1px solid var(--gluck-line);
}

.gluck-site-footer__inner {
  width: min(1160px, calc(100% - 3rem));
  margin-inline: auto;
  padding: 2.4rem 0 1.8rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1rem 2rem;
}

.gluck-site-footer__name {
  margin: 0;
  font-size: 1.04rem;
  letter-spacing: 0.16em;
}

.gluck-site-footer__copy {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
}

.gluck-site-footer__brand {
  display: grid;
  align-content: start;
  gap: 0.1rem;
}

.gluck-site-footer__nav,
.gluck-site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.9rem;
}

.gluck-site-footer__nav a,
.gluck-site-footer__meta a {
  text-decoration: none;
  color: #4d433f;
  font-size: 0.82rem;
}

.gluck-site-footer__bottom {
  border-top: 1px solid #dfd5cf;
  padding: 0.8rem 0 1.1rem;
}

.gluck-site-footer__bottom p {
  margin: 0;
  font-size: 0.74rem;
  color: #7a6f69;
}

.gluck-fixed-cta {
  display: none !important;
}

@media (max-width: 1080px) {
  .gluck-services-main,
  .gluck-front-guide-grid,
  .gluck-concept__inner,
  .gluck-front-brief__inner,
  .gluck-editorial-row,
  .gluck-editorial-row--reverse,
  .gluck-page-overview-grid,
  .gluck-suitable-list,
  .gluck-page-visual,
  .gluck-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .gluck-site-footer__brand,
  .gluck-site-footer__nav,
  .gluck-site-footer__meta {
    justify-content: center;
    text-align: center;
  }

  .gluck-editorial-row--reverse > div,
  .gluck-editorial-row--reverse > figure {
    order: initial;
  }

  .gluck-page-flow ol {
    grid-template-columns: 1fr;
  }

  .gluck-concept__figure img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 767px) {
  .gluck-container {
    width: min(1160px, calc(100% - 1.4rem));
  }

  .gluck-site-footer__inner {
    width: min(1160px, calc(100% - 1.4rem));
  }

  body.gluck-brand-site .site-main-header-inner-wrap {
    min-height: 66px;
  }

  .gluck-page-section {
    padding: 48px 0;
  }

  .gluck-front-hero,
  .gluck-front-hero__media img {
    min-height: 420px;
    height: 420px;
  }

  .gluck-front-hero h1,
  .gluck-page-hero h1 {
    font-size: 1rem;
  }

  .gluck-btn {
    width: calc(50% - 0.35rem);
    min-height: 42px;
    font-size: 0.7rem;
    padding: 0.5rem 0.6rem;
  }

  .gluck-hero-subcta {
    gap: 0.5rem 0.8rem;
  }

  .gluck-page-anchor ul {
    display: grid;
    gap: 0.4rem;
  }

  .gluck-page-anchor a {
    font-size: 0.72rem;
  }

  .gluck-page-content {
    padding: 1.4rem 0;
  }

  .gluck-page-content > p,
  .gluck-page-content li,
  .gluck-page-content .wpcf7-form label {
    font-size: 0.84rem;
  }

  .gluck-contact-form {
    padding: 0.9rem;
  }

  .gluck-radio-grid,
  .gluck-radio-grid--two {
    grid-template-columns: 1fr;
  }
}
/* ==========================================================
   GLUCK - UI/UX Improvement Additions
   style.cssの末尾に追記してください
   ========================================================== */

/* ----------------------------------------------------------
   1. Typography hierarchy — 声量の差をつける
   ---------------------------------------------------------- */

/* セクション大見出し: 静かに強く */
.gluck-section-title {
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #2a2a2a;
  margin-bottom: 0.35em;
  line-height: 1.4;
}

/* サブ見出し: 中間の声量 */
.gluck-section-lead {
  font-size: clamp(0.8rem, 1.6vw, 0.92rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #6b6b6b;
  margin-bottom: 2em;
  line-height: 1.9;
}

/* 本文 */
.gluck-body-text {
  font-size: 0.88rem;
  line-height: 2;
  color: #3d3d3d;
  letter-spacing: 0.03em;
}

/* 補助情報・注釈: さらに軽く */
.gluck-note {
  font-size: 0.75rem;
  color: #999;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

/* タグ */
.gluck-tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  padding: 2px 10px;
  border: 1px solid #c8c0b2;
  color: #7a7060;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 4px;
  background: transparent;
}
.gluck-tag--accent {
  border-color: #b5a898;
  color: #5e5248;
  background: #f9f6f2;
}

/* ----------------------------------------------------------
   2. Hero — 各ページの役割を一目で伝える
   ---------------------------------------------------------- */

.gluck-hero {
  position: relative;
  padding: 80px 0 70px;
  text-align: center;
  background: #faf8f5;
  border-bottom: 1px solid #ede8e0;
}

.gluck-hero__label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  color: #a09280;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}

.gluck-hero__title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #1e1e1e;
  margin-bottom: 18px;
  line-height: 1.4;
}

.gluck-hero__desc {
  font-size: clamp(0.78rem, 1.5vw, 0.88rem);
  color: #6b6b6b;
  letter-spacing: 0.06em;
  line-height: 2;
  max-width: 480px;
  margin: 0 auto 24px;
}

.gluck-hero__meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.gluck-hero__meta-item {
  font-size: 0.72rem;
  color: #999;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.gluck-hero__meta-item::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #c8c0b2;
}

/* ----------------------------------------------------------
   3. "こんな方に向いています" セクション
   ---------------------------------------------------------- */

.gluck-for-whom {
  padding: 56px 0;
  background: #fdfcfa;
  border-top: 1px solid #ede8e0;
}

.gluck-for-whom__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-for-whom__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.gluck-for-whom__item {
  padding: 18px 20px;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
  background: #fff;
}

.gluck-for-whom__item-mark {
  display: block;
  width: 16px;
  height: 1px;
  background: #b5a898;
  margin-bottom: 12px;
}

.gluck-for-whom__item-text {
  font-size: 0.82rem;
  color: #3d3d3d;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

/* ----------------------------------------------------------
   4. メニューUI — 名前・価格・説明の優先順位を明確に
   ---------------------------------------------------------- */

.gluck-menu-section {
  padding: 64px 0;
}

.gluck-menu-section__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

/* メニューカテゴリ区切り */
.gluck-menu-category {
  margin-bottom: 48px;
}

.gluck-menu-category__title {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: #a09280;
  text-transform: uppercase;
  border-bottom: 1px solid #e8e2d8;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* メニューアイテム */
.gluck-menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0 16px;
  padding: 20px 0;
  border-bottom: 1px solid #f0ece6;
  align-items: start;
}

.gluck-menu-item:last-child {
  border-bottom: none;
}

.gluck-menu-item__name {
  font-size: 0.92rem;
  font-weight: 500;
  color: #2a2a2a;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.gluck-menu-item__desc {
  font-size: 0.78rem;
  color: #7a7060;
  letter-spacing: 0.03em;
  line-height: 1.8;
  grid-column: 1;
}

.gluck-menu-item__price {
  font-size: 0.85rem;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  text-align: right;
  white-space: nowrap;
  font-feature-settings: "tnum";
}

.gluck-menu-item__price-sub {
  display: block;
  font-size: 0.68rem;
  color: #aaa;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

/* コース / オプション / 注意事項の区別 */
.gluck-menu-note-block {
  margin-top: 24px;
  padding: 18px 20px;
  background: #f9f6f2;
  border-left: 2px solid #c8c0b2;
  border-radius: 0 4px 4px 0;
}

.gluck-menu-note-block__title {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: #a09280;
  margin-bottom: 10px;
}

.gluck-menu-note-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gluck-menu-note-block__list li {
  font-size: 0.78rem;
  color: #6b6b6b;
  line-height: 1.8;
  padding-left: 12px;
  position: relative;
}

.gluck-menu-note-block__list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #c8c0b2;
}

/* ----------------------------------------------------------
   5. "ご予約前の確認" セクション
   ---------------------------------------------------------- */

.gluck-prereserve {
  padding: 48px 0;
  border-top: 1px solid #ede8e0;
  border-bottom: 1px solid #ede8e0;
  background: #fdfcfa;
}

.gluck-prereserve__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-prereserve__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.gluck-prereserve__item {
  display: flex;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
}

.gluck-prereserve__item-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c8c0b2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.gluck-prereserve__item-icon::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #b5a898;
}

.gluck-prereserve__item-text {
  font-size: 0.8rem;
  color: #3d3d3d;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

/* ----------------------------------------------------------
   6. トップページ — "案内の起点" セクション改善
   ---------------------------------------------------------- */

/* サービス選択ガイド */
.gluck-service-guide {
  padding: 72px 0;
  background: #fff;
}

.gluck-service-guide__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-service-guide__header {
  text-align: center;
  margin-bottom: 48px;
}

.gluck-service-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2px;
  background: #ede8e0;
}

.gluck-service-card {
  background: #fff;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: background 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.gluck-service-card:hover {
  background: #faf7f3;
}

.gluck-service-card__label {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  color: #b5a898;
  text-transform: uppercase;
}

.gluck-service-card__title {
  font-size: 1.05rem;
  font-weight: 500;
  color: #1e1e1e;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.gluck-service-card__purpose {
  font-size: 0.78rem;
  color: #7a7060;
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding-top: 4px;
  border-top: 1px solid #f0ece6;
}

.gluck-service-card__arrow {
  margin-top: auto;
  padding-top: 14px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: #a09280;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gluck-service-card__arrow::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #c8c0b2;
  transition: width 0.2s ease;
}

.gluck-service-card:hover .gluck-service-card__arrow::after {
  width: 36px;
}

/* 初めての方へ — 強化バナー */
.gluck-firsttime {
  padding: 56px 0;
  background: #f5f0ea;
}

.gluck-firsttime__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.gluck-firsttime__content {
  flex: 1;
}

.gluck-firsttime__cta {
  display: inline-block;
  margin-top: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: #5e5248;
  border-bottom: 1px solid #b5a898;
  padding-bottom: 2px;
  text-decoration: none;
  transition: color 0.2s;
}

.gluck-firsttime__cta:hover {
  color: #1e1e1e;
}

@media (max-width: 640px) {
  .gluck-firsttime__inner {
    flex-direction: column;
    gap: 20px;
  }
}

/* ----------------------------------------------------------
   7. お問い合わせページ — フォーム前の案内
   ---------------------------------------------------------- */

.gluck-inquiry-intro {
  padding: 56px 0 40px;
  background: #fff;
}

.gluck-inquiry-intro__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-inquiry-topics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 28px;
  margin-bottom: 40px;
}

.gluck-inquiry-topic {
  padding: 18px 16px;
  border: 1px solid #e8e2d8;
  border-radius: 3px;
  background: #fdfcfa;
}

.gluck-inquiry-topic__num {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: #b5a898;
  margin-bottom: 8px;
  display: block;
}

.gluck-inquiry-topic__title {
  font-size: 0.84rem;
  font-weight: 500;
  color: #2a2a2a;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  line-height: 1.5;
}

.gluck-inquiry-topic__desc {
  font-size: 0.74rem;
  color: #7a7060;
  letter-spacing: 0.03em;
  line-height: 1.7;
}

/* フォームUI改善 */
.gluck-form-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px 64px;
}

.gluck-form-label {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #5e5248;
  margin-bottom: 6px;
}

.gluck-form-label .required {
  color: #a09280;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  margin-left: 4px;
}

.gluck-form-hint {
  display: block;
  font-size: 0.68rem;
  color: #aaa;
  letter-spacing: 0.04em;
  margin-top: 4px;
  margin-bottom: 16px;
  line-height: 1.6;
}

/* 送信前確認ブロック */
.gluck-form-confirm-block {
  margin: 24px 0;
  padding: 20px 22px;
  background: #f9f6f2;
  border: 1px solid #e8e2d8;
  border-radius: 4px;
}

.gluck-form-confirm-block__title {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #a09280;
  margin-bottom: 10px;
}

.gluck-form-confirm-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gluck-form-confirm-block__list li {
  font-size: 0.78rem;
  color: #6b6b6b;
  line-height: 1.9;
  padding-left: 14px;
  position: relative;
}

.gluck-form-confirm-block__list li::before {
  content: '·';
  position: absolute;
  left: 4px;
  color: #b5a898;
  font-size: 1em;
}

/* 送信ボタン周辺 */
.gluck-submit-area {
  margin-top: 28px;
  text-align: center;
}

.gluck-submit-note {
  font-size: 0.72rem;
  color: #aaa;
  letter-spacing: 0.06em;
  margin-top: 14px;
  line-height: 1.8;
}

/* ----------------------------------------------------------
   8. FAQ — 安心材料として強化
   ---------------------------------------------------------- */

.gluck-faq-section {
  padding: 64px 0;
  background: #faf8f5;
}

.gluck-faq-section__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-faq-item {
  border-bottom: 1px solid #e8e2d8;
}

.gluck-faq-item:first-child {
  border-top: 1px solid #e8e2d8;
}

.gluck-faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-size: 0.85rem;
  color: #2a2a2a;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.gluck-faq-question[aria-expanded="true"] {
  color: #1e1e1e;
}

.gluck-faq-question__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  transition: transform 0.25s ease;
}

.gluck-faq-question__icon::before,
.gluck-faq-question__icon::after {
  content: '';
  position: absolute;
  background: #b5a898;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.gluck-faq-question__icon::before {
  width: 14px; height: 1px;
  top: 50%; left: 1px;
  transform: translateY(-50%);
}

.gluck-faq-question__icon::after {
  width: 1px; height: 14px;
  left: 50%; top: 1px;
  transform: translateX(-50%);
}

.gluck-faq-question[aria-expanded="true"] .gluck-faq-question__icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

.gluck-faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.gluck-faq-answer__inner {
  padding: 0 0 22px;
  font-size: 0.82rem;
  color: #6b6b6b;
  letter-spacing: 0.03em;
  line-height: 1.9;
}

/* ----------------------------------------------------------
   9. 予約CTA — 静かに、でも見つけやすく
   ---------------------------------------------------------- */

.gluck-reservation-section {
  padding: 72px 0;
  text-align: center;
  background: #fff;
  border-top: 1px solid #ede8e0;
}

.gluck-reservation-section__inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-cta-primary {
  display: inline-block;
  padding: 14px 44px;
  background: #2a2a2a;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s ease;
  margin-top: 24px;
}

.gluck-cta-primary:hover {
  background: #1e1e1e;
}

.gluck-cta-secondary {
  display: inline-block;
  padding: 13px 40px;
  background: transparent;
  color: #5e5248;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  border: 1px solid #c8c0b2;
  border-radius: 2px;
  transition: border-color 0.2s ease, color 0.2s ease;
  margin-top: 24px;
}

.gluck-cta-secondary:hover {
  border-color: #a09280;
  color: #2a2a2a;
}

.gluck-cta-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* ----------------------------------------------------------
   10. レスポンシブ調整
   ---------------------------------------------------------- */

@media (max-width: 768px) {
  .gluck-service-guide__grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .gluck-menu-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .gluck-menu-item__price {
    text-align: left;
  }

  .gluck-for-whom__grid,
  .gluck-prereserve__grid,
  .gluck-inquiry-topics {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
   GLUCK — Flowセクション
   ========================================================== */

.gluck-flow-section {
  padding: 64px 0;
  background: #fff;
  border-top: 1px solid #ede8e0;
}

.gluck-flow-section__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-flow-section__header {
  margin-bottom: 40px;
}

/* ステップリスト */
.gluck-flow-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 縦の連結線 */
.gluck-flow-list::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: #e8e2d8;
}

/* ステップアイテム */
.gluck-flow-step {
  display: flex;
  gap: 24px;
  padding: 0 0 32px;
  position: relative;
}

.gluck-flow-step:last-child {
  padding-bottom: 0;
}

/* 番号バッジ */
.gluck-flow-step__num {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #c8c0b2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: #a09280;
  position: relative;
  z-index: 1;
  margin-top: 1px;
}

/* 最終ステップは番号ではなくチェック記号 */
.gluck-flow-step:last-child .gluck-flow-step__num {
  background: #f5f0ea;
  border-color: #b5a898;
  color: #7a7060;
}

.gluck-flow-step__body {
  flex: 1;
  padding-top: 6px;
}

.gluck-flow-step__title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2a2a2a;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
  line-height: 1.5;
}

.gluck-flow-step__desc {
  font-size: 0.78rem;
  color: #7a7060;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.gluck-flow-step__time {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: #b5a898;
  padding: 2px 8px;
  border: 1px solid #e8e2d8;
  border-radius: 2px;
}

/* モバイル */
@media (max-width: 640px) {
  .gluck-flow-list::before {
    left: 15px;
  }

  .gluck-flow-step__num {
    width: 30px;
    height: 30px;
    font-size: 0.65rem;
  }

  .gluck-flow-step {
    gap: 16px;
  }
}

/* ==========================================================
   GLUCK — Campaign / About
   ========================================================== */

.gluck-campaign-section {
  padding: 64px 0;
  background: #fff;
}

.gluck-campaign-section__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-campaign-card {
  border: 1px solid #e8e2d8;
  border-radius: 4px;
  padding: 32px 36px;
  margin-bottom: 24px;
  background: #fdfcfa;
  position: relative;
}

.gluck-campaign-card:last-child {
  margin-bottom: 0;
}

.gluck-campaign-badge {
  display: inline-block;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  padding: 3px 10px;
  border-radius: 2px;
  margin-bottom: 14px;
}

.gluck-campaign-badge--active {
  background: #f0ede8;
  color: #5e5248;
  border: 1px solid #d4ccc2;
}

.gluck-campaign-badge--ended {
  background: #f5f5f5;
  color: #aaa;
  border: 1px solid #e0e0e0;
}

.gluck-campaign-card__title {
  font-size: 1rem;
  font-weight: 500;
  color: #1e1e1e;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  line-height: 1.5;
}

.gluck-campaign-card__period {
  font-size: 0.72rem;
  color: #a09280;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gluck-campaign-card__period::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #c8c0b2;
}

.gluck-campaign-card__desc {
  font-size: 0.82rem;
  color: #3d3d3d;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}

.gluck-campaign-card__detail {
  font-size: 0.75rem;
  color: #6b6b6b;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding: 14px 16px;
  background: #f5f0ea;
  border-left: 2px solid #c8c0b2;
  border-radius: 0 3px 3px 0;
}

.gluck-campaign-card__cta {
  display: inline-block;
  margin-top: 18px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: #5e5248;
  border-bottom: 1px solid #b5a898;
  padding-bottom: 2px;
  text-decoration: none;
  transition: color 0.2s;
}

.gluck-campaign-card__cta:hover {
  color: #1e1e1e;
}

.gluck-campaign-empty {
  text-align: center;
  padding: 56px 24px;
  border: 1px dashed #d4ccc2;
  border-radius: 4px;
}

.gluck-campaign-empty__text {
  font-size: 0.82rem;
  color: #a09280;
  letter-spacing: 0.06em;
  line-height: 1.9;
}

.gluck-about-section {
  padding: 64px 0;
  background: #fff;
}

.gluck-about-section__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-about-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 28px;
  margin-bottom: 48px;
}

.gluck-about-table tr {
  border-bottom: 1px solid #f0ece6;
}

.gluck-about-table tr:first-child {
  border-top: 1px solid #e8e2d8;
}

.gluck-about-table th {
  width: 140px;
  padding: 18px 0;
  font-size: 0.72rem;
  font-weight: 400;
  color: #a09280;
  letter-spacing: 0.1em;
  vertical-align: top;
  white-space: nowrap;
  text-align: left;
}

.gluck-about-table td {
  padding: 18px 0 18px 24px;
  font-size: 0.84rem;
  color: #2a2a2a;
  letter-spacing: 0.03em;
  line-height: 1.8;
  vertical-align: top;
}

.gluck-about-table a {
  color: inherit;
  text-decoration: none;
}

.gluck-about-access {
  margin-top: 48px;
  padding-top: 40px;
  border-top: 1px solid #ede8e0;
}

.gluck-about-address {
  margin-top: 12px;
  margin-bottom: 0;
  color: #6b6b6b;
}

.gluck-about-map {
  margin-top: 20px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e8e2d8;
}

.gluck-about-map iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: none;
}

.gluck-about-links {
  margin-top: 36px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.gluck-about-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #5e5248;
  border: 1px solid #c8c0b2;
  border-radius: 2px;
  padding: 8px 16px;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.gluck-about-link:hover {
  border-color: #a09280;
  color: #1e1e1e;
}

/* ==========================================================
   GLUCK Footer / Mobile Bar
   ========================================================== */

.gluck-site-footer__about {
  text-align: center;
  padding: 56px 24px 28px;
}

.gluck-site-footer__about-title {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #1e1e1e;
  margin: 0 0 20px;
}

.gluck-site-footer__about-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 480px;
  text-align: left;
}

.gluck-site-footer__about-list li {
  font-size: 0.84rem;
  color: #5e5248;
  line-height: 2;
  letter-spacing: 0.04em;
  padding-left: 1em;
  position: relative;
}

.gluck-site-footer__about-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #b5a898;
}

.gluck-site-footer__about-map {
  margin-top: 16px;
}

.gluck-site-footer__about-map a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #2a2a2a;
  border: 1px solid #c8c0b2;
  border-radius: 2px;
  padding: 10px 18px;
  text-decoration: none;
  background: #fff;
}

.gluck-site-footer__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 24px 12px;
}

.gluck-site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: #2a2a2a;
  border: 1px solid #c8c0b2;
  border-radius: 2px;
  padding: 8px 18px;
  text-decoration: none;
  background: #fff;
}

.gluck-site-footer__social a:hover,
.gluck-site-footer__about-map a:hover {
  border-color: #a09280;
  color: #1e1e1e;
}

.gluck-mobile-bar {
  display: none;
}

@media (max-width: 768px) {
  .gluck-mobile-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #e8e2d8;
    padding-bottom: env(safe-area-inset-bottom);
  }

  .gluck-mobile-bar__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 4px 6px;
    text-decoration: none;
    color: #5e5248;
    gap: 3px;
  }

  .gluck-mobile-bar__item:active {
    background: #f5f0ea;
  }

  .gluck-mobile-bar__icon {
    display: block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .gluck-mobile-bar__icon--home {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a7060' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
  }

  .gluck-mobile-bar__icon--line {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a7060' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
  }

  .gluck-mobile-bar__icon--mail {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a7060' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  }

  .gluck-mobile-bar__icon--tel {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a7060' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12a19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 3.64 1.18h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.77a16 16 0 0 0 5.32 5.32l.95-.95a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 21 16.92z'/%3E%3C/svg%3E");
  }

  .gluck-mobile-bar__icon--top {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237a7060' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='18 15 12 9 6 15'/%3E%3C/svg%3E");
  }

  .gluck-mobile-bar__label {
    font-size: 9px;
    letter-spacing: 0.04em;
    color: #7a7060;
    line-height: 1;
  }

  body {
    padding-bottom: calc(56px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 640px) {
  .gluck-campaign-card {
    padding: 24px 20px;
  }

  .gluck-about-table th {
    width: 100px;
    font-size: 0.68rem;
  }

  .gluck-about-table td {
    padding-left: 16px;
    font-size: 0.8rem;
  }
}

/* ----------------------------------------------------------
   Global Link / FAQ Icon Color Fix
   ---------------------------------------------------------- */
body.gluck-brand-site #page .entry-content a:not(.gluck-btn):not(.wp-block-button__link):not(.kt-button):not(.kb-button),
body.gluck-brand-site #page .entry-content a:not(.gluck-btn):not(.wp-block-button__link):not(.kt-button):not(.kb-button):link,
body.gluck-brand-site #page .entry-content a:not(.gluck-btn):not(.wp-block-button__link):not(.kt-button):not(.kb-button):visited,
body.gluck-brand-site #page .entry-content a:not(.gluck-btn):not(.wp-block-button__link):not(.kt-button):not(.kb-button):hover,
body.gluck-brand-site #page .entry-content a:not(.gluck-btn):not(.wp-block-button__link):not(.kt-button):not(.kb-button):active,
body.gluck-brand-site #page .entry-content a:not(.gluck-btn):not(.wp-block-button__link):not(.kt-button):not(.kb-button):focus {
  color: #a58544 !important;
}

body.gluck-brand-site #page .entry-content a:not(.gluck-btn):not(.wp-block-button__link):not(.kt-button):not(.kb-button):focus {
  outline-color: #a58544;
}

body.gluck-brand-site .main-navigation .menu > li > a,
body.gluck-brand-site .main-navigation .menu > li > a:visited,
body.gluck-brand-site .main-navigation a,
body.gluck-brand-site .main-navigation a:link {
  color: #2f2825 !important;
}

body.gluck-brand-site .main-navigation .menu > li.current-menu-item > a,
body.gluck-brand-site .main-navigation .menu > li > a:hover,
body.gluck-brand-site .main-navigation a:hover {
  color: #a58544 !important;
}

body.gluck-brand-site #page .entry-content .gluck-tabs .gluck-tab {
  background: transparent !important;
  box-shadow: none !important;
}

body.gluck-brand-site #page .entry-content .gluck-tabs .gluck-tab.active {
  background: transparent !important;
  color: #a07050 !important;
  border-bottom-color: #a07050 !important;
  box-shadow: none !important;
}

body.gluck-brand-site #page .entry-content .gluck-btn-primary {
  background: #a07050 !important;
  border-color: #a07050 !important;
  color: #fff !important;
}

body.gluck-brand-site #page .entry-content .wp-block-button__link:visited,
body.gluck-brand-site #page .entry-content .kb-button:visited,
body.gluck-brand-site #page .entry-content .kt-button:visited,
body.gluck-brand-site #page .entry-content .wp-element-button:visited {
  color: inherit !important;
}

/* Footer link fallback (prevent browser/theme blue links) */
.site-footer a,
.site-footer a:link,
.site-footer a:visited,
.gluck-site-footer a,
.gluck-site-footer a:link,
.gluck-site-footer a:visited {
  color: #2f2825 !important;
}

.site-footer a:hover,
.gluck-site-footer a:hover {
  color: #a58544 !important;
}

/* MyPage/StaffPage tab fallback (works even if body class differs) */
#page .gluck-mypage .gluck-tabs > button.gluck-tab,
#page .gluck-staff-page .gluck-tabs > button.gluck-tab {
  background: transparent !important;
  background-image: none !important;
  color: #a9a29b !important;
  box-shadow: none !important;
}

#page .gluck-mypage .gluck-tabs > button.gluck-tab.active,
#page .gluck-staff-page .gluck-tabs > button.gluck-tab.active {
  background: transparent !important;
  background-image: none !important;
  color: #a07050 !important;
  border-bottom-color: #a07050 !important;
  box-shadow: none !important;
}

/* Mobile drawer text contrast fix */
.mobile-navigation .menu > li > a,
.mobile-navigation .menu > li > a:link,
.mobile-navigation .menu > li > a:visited,
.drawer-navigation .menu > li > a,
.drawer-navigation .menu > li > a:link,
.drawer-navigation .menu > li > a:visited,
.mobile-drawer .menu > li > a,
.mobile-drawer .menu > li > a:link,
.mobile-drawer .menu > li > a:visited {
  color: #f5f2ec !important;
}

.mobile-navigation .menu > li > a:hover,
.mobile-navigation .menu > li.current-menu-item > a,
.drawer-navigation .menu > li > a:hover,
.drawer-navigation .menu > li.current-menu-item > a,
.mobile-drawer .menu > li > a:hover,
.mobile-drawer .menu > li.current-menu-item > a {
  color: #a58544 !important;
}

.gluck-faq-question,
.gluck-faq-question:hover,
.gluck-faq-question:focus,
.gluck-faq-question[aria-expanded="true"] {
  background: transparent !important;
  color: #2a2a2a !important;
}

.gluck-faq-list summary,
.gluck-faq-list summary:hover,
.gluck-faq-list summary:focus,
.gluck-faq-list summary:active,
.gluck-faq-list details[open] summary {
  background: transparent !important;
  color: #2f2825 !important;
}

.gluck-faq-list summary::after,
.gluck-faq-list details[open] summary::after {
  color: #b5a898;
}

.gluck-faq-question__icon::before,
.gluck-faq-question__icon::after,
.gluck-faq-question[aria-expanded="true"] .gluck-faq-question__icon::before,
.gluck-faq-question[aria-expanded="true"] .gluck-faq-question__icon::after {
  background: #b5a898;
}

/* ==========================================================
   PHASE 1 UI tone refine (child theme only)
   ========================================================== */

:root {
  --gluck-bg-soft: #f8f4ef;
  --gluck-bg-soft-2: #f5f0ea;
  --gluck-text-main: #5e5248;
  --gluck-text-sub: #7a6d63;
  --gluck-deep: #2f2722;
  --gluck-accent-soft: #d8b7a6;
  --gluck-accent-soft-2: #cfa999;
  --gluck-accent-soft-3: #d9b8ad;
}

/* CTA tone unification */
.gluck-cta-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.gluck-cta-group--hero {
  margin-top: 26px;
}

.gluck-cta-primary,
.gluck-cta-line,
.gluck-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.gluck-cta-primary {
  background: var(--gluck-deep);
  border: 1px solid var(--gluck-deep);
  color: #fff;
}

.gluck-cta-primary:hover {
  background: #40342d;
  border-color: var(--gluck-accent-soft-2);
  color: #fff;
  transform: translateY(-1px);
}

.gluck-cta-line {
  background: #f2e4dc;
  border: 1px solid var(--gluck-accent-soft-2);
  color: var(--gluck-deep);
}

.gluck-cta-line:hover {
  background: #ead6cb;
  border-color: var(--gluck-accent-soft-3);
  color: var(--gluck-deep);
  transform: translateY(-1px);
}

.gluck-cta-secondary {
  background: transparent;
  border: 1px solid #cdb9ae;
  color: var(--gluck-text-main);
}

.gluck-cta-secondary:hover {
  border-color: var(--gluck-accent-soft-2);
  color: var(--gluck-deep);
}

.gluck-cta-secondary--compact {
  min-height: 42px;
  padding-inline: 1.15rem;
  letter-spacing: 0.08em;
}

/* Keep legacy CTA buttons in same tone */
.gluck-btn--primary {
  background: var(--gluck-deep);
  border-color: var(--gluck-deep);
}

.gluck-btn--primary:hover {
  background: #40342d;
  border-color: var(--gluck-accent-soft-2);
}

.gluck-btn--line {
  background: #ead9cd;
  border-color: #ccb19f;
  color: var(--gluck-deep);
}

.gluck-btn--line:hover {
  background: #e2cbbd;
  border-color: var(--gluck-accent-soft-2);
}

/* Top hero minimal refinement */
.gluck-hero {
  padding: clamp(74px, 8vw, 112px) 0 clamp(64px, 7vw, 92px);
  background: linear-gradient(180deg, var(--gluck-bg-soft) 0%, var(--gluck-bg-soft-2) 100%);
}

.gluck-hero__label {
  color: #9d8b7f;
}

.gluck-hero__title {
  color: var(--gluck-deep);
}

.gluck-hero__desc {
  color: var(--gluck-text-sub);
}

/* FAQ entry from front-page inline replacement */
.gluck-front-faq {
  padding: 56px 0;
  text-align: center;
  background: #fff;
  border-top: 1px solid #ede8e0;
}

.gluck-front-faq__inner {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 24px;
}

.gluck-front-faq__label {
  display: block;
  margin-bottom: 14px;
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a09280;
}

/* Service card visual strengthen */
.gluck-service-guide__grid {
  gap: 12px;
  background: transparent;
}

.gluck-service-card {
  border: 1px solid #eadfd8;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(60, 45, 35, 0.05);
}

.gluck-service-card:hover {
  background: #fdf8f4;
  border-color: #dcc3b8;
  box-shadow: 0 10px 24px rgba(60, 45, 35, 0.08);
}

.gluck-service-card__label {
  color: #b99888;
}

.gluck-service-card__title {
  color: var(--gluck-deep);
}

.gluck-service-card__purpose {
  color: var(--gluck-text-sub);
  border-top-color: #f0e5de;
}

.gluck-service-card__arrow {
  color: #9b7c6c;
}

.gluck-service-card__arrow::after {
  background: #d8b7a6;
}

/* Required responsive behavior */
@media (min-width: 481px) and (max-width: 767px) {
  .gluck-service-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .gluck-service-guide__grid {
    grid-template-columns: 1fr;
  }
}

/* Campaign empty follow-up */
.gluck-campaign-empty {
  margin: 32px auto 48px;
  max-width: 760px;
  border: 1px dashed #d8c7bc;
  border-radius: 14px;
  background: #fff;
  padding: 36px 24px;
  text-align: center;
}

.gluck-campaign-empty__text {
  margin: 0;
  color: var(--gluck-text-sub);
}

.gluck-campaign-followup {
  margin-top: 20px;
  display: grid;
  justify-items: center;
  gap: 14px;
}

.gluck-campaign-followup__services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.gluck-campaign-followup__service-link {
  color: #8f6f60;
  text-decoration: none;
  border-bottom: 1px solid #d4b9ac;
  padding-bottom: 2px;
  font-size: 0.8rem;
}

.gluck-campaign-followup__service-link:hover {
  color: var(--gluck-deep);
  border-bottom-color: #c9a595;
}

/* Footer brand block: organize into 2 columns on desktop */
.gluck-site-footer {
  background: var(--gluck-bg-soft);
}

.gluck-site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 2rem 3rem;
  align-items: start;
}

.gluck-site-footer__about {
  grid-column: 1;
  padding: 0;
  text-align: left;
}

.gluck-site-footer__about-title {
  color: var(--gluck-deep);
}

.gluck-site-footer__about-list li {
  color: var(--gluck-text-main);
}

.gluck-site-footer__brand {
  grid-column: 2;
}

.gluck-site-footer__nav,
.gluck-site-footer__meta,
.gluck-site-footer__social {
  grid-column: 2;
  justify-content: flex-start;
  padding-inline: 0;
}

.gluck-site-footer__social a,
.gluck-site-footer__about-map a {
  border-color: #d3bfb3;
  color: var(--gluck-text-main);
  background: #fff;
}

.gluck-site-footer__social a:hover,
.gluck-site-footer__about-map a:hover {
  border-color: #c9a595;
  color: var(--gluck-deep);
}

@media (max-width: 960px) {
  .gluck-site-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .gluck-site-footer__about,
  .gluck-site-footer__brand,
  .gluck-site-footer__nav,
  .gluck-site-footer__meta,
  .gluck-site-footer__social {
    grid-column: auto;
    justify-content: center;
    text-align: center;
  }
}

/* Hamburger / drawer black background mitigation (child theme override only) */
body.gluck-brand-site .mobile-drawer,
body.gluck-brand-site .drawer-inner,
body.gluck-brand-site .drawer-overlay .drawer-inner,
body.gluck-brand-site .popup-drawer .drawer-inner {
  background: #3a302b !important;
}

body.gluck-brand-site .mobile-navigation .menu > li > a,
body.gluck-brand-site .drawer-navigation .menu > li > a,
body.gluck-brand-site .mobile-drawer .menu > li > a {
  color: #f6eee7 !important;
  border-color: rgba(216, 183, 166, 0.22) !important;
}

body.gluck-brand-site .mobile-navigation .menu > li > a:hover,
body.gluck-brand-site .drawer-navigation .menu > li > a:hover,
body.gluck-brand-site .mobile-drawer .menu > li > a:hover,
body.gluck-brand-site .mobile-navigation .menu > li.current-menu-item > a,
body.gluck-brand-site .drawer-navigation .menu > li.current-menu-item > a,
body.gluck-brand-site .mobile-drawer .menu > li.current-menu-item > a {
  color: #e8cabb !important;
}

/* ==========================================================
   PHASE 1.5 UI refine
   ========================================================== */

/* 1) Hero CTA size balance */
.gluck-cta-group--hero .gluck-cta-primary,
.gluck-cta-group--hero .gluck-cta-line {
  min-width: 176px;
  min-height: 48px;
  padding: 0.7rem 1.4rem;
  line-height: 1.2;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .gluck-cta-group--hero .gluck-cta-primary,
  .gluck-cta-group--hero .gluck-cta-line {
    width: min(320px, 100%);
    min-width: 0;
  }
}

/* 2) Hamburger icon color fix */
body.gluck-brand-site .menu-toggle .menu-toggle-icon,
body.gluck-brand-site .menu-toggle .menu-toggle-icon::before,
body.gluck-brand-site .menu-toggle .menu-toggle-icon::after,
body.gluck-brand-site .mobile-toggle-open-container .menu-toggle-icon,
body.gluck-brand-site .mobile-toggle-open-container .menu-toggle-icon::before,
body.gluck-brand-site .mobile-toggle-open-container .menu-toggle-icon::after {
  background: #5e5248 !important;
  color: #5e5248 !important;
}

body.gluck-brand-site .menu-toggle svg,
body.gluck-brand-site .menu-toggle svg path,
body.gluck-brand-site .menu-toggle svg line {
  stroke: #5e5248 !important;
  color: #5e5248 !important;
}

body.gluck-brand-site .menu-toggle:hover .menu-toggle-icon,
body.gluck-brand-site .menu-toggle:hover .menu-toggle-icon::before,
body.gluck-brand-site .menu-toggle:hover .menu-toggle-icon::after,
body.gluck-brand-site .menu-toggle[aria-expanded="true"] .menu-toggle-icon,
body.gluck-brand-site .menu-toggle[aria-expanded="true"] .menu-toggle-icon::before,
body.gluck-brand-site .menu-toggle[aria-expanded="true"] .menu-toggle-icon::after {
  background: #cfa999 !important;
  color: #cfa999 !important;
}

body.gluck-brand-site .menu-toggle:hover svg,
body.gluck-brand-site .menu-toggle:hover svg path,
body.gluck-brand-site .menu-toggle:hover svg line,
body.gluck-brand-site .menu-toggle[aria-expanded="true"] svg,
body.gluck-brand-site .menu-toggle[aria-expanded="true"] svg path,
body.gluck-brand-site .menu-toggle[aria-expanded="true"] svg line {
  stroke: #cfa999 !important;
  color: #cfa999 !important;
}

/* 3) Footer button texture refinement */
.gluck-site-footer__about-map a,
.gluck-site-footer__social a {
  min-height: 40px;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  border-width: 1px;
}

.gluck-site-footer__social {
  gap: 10px;
}

/* 4) Inquiry form UI refinement */
.gluck-form-wrap .wpcf7-form {
  max-width: 760px;
  margin: 0 auto;
}

.gluck-form-wrap .wpcf7-form p {
  margin-bottom: 14px;
}

.gluck-inquiry-form-title,
.gluck-inquiry-form-lead {
  text-align: center;
}

.gluck-inquiry-form-title {
  margin-bottom: 0.4em;
}

.gluck-form-confirm-block__tel {
  color: #5e5248;
}

.gluck-form-confirm-block__tel:hover {
  color: #2f2722;
}

.gluck-form-wrap .wpcf7-form label {
  color: #5e5248;
  font-size: 0.86rem;
}

.gluck-form-wrap .wpcf7-form input[type="text"],
.gluck-form-wrap .wpcf7-form input[type="email"],
.gluck-form-wrap .wpcf7-form input[type="tel"],
.gluck-form-wrap .wpcf7-form select,
.gluck-form-wrap .wpcf7-form textarea {
  background: #fffdfb;
  border: 1px solid #d9c9bf;
  border-radius: 10px;
  min-height: 46px;
  padding: 0.6rem 0.8rem;
  color: #5e5248;
}

.gluck-form-wrap .wpcf7-form textarea {
  min-height: 170px;
}

.gluck-form-wrap .wpcf7 table.inquiry {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e3d5cc;
  border-radius: 12px;
  overflow: hidden;
  background: #fffdfb;
}

.gluck-form-wrap .wpcf7 table.inquiry th,
.gluck-form-wrap .wpcf7 table.inquiry td {
  border-bottom: 1px solid #efe5df;
  padding: 14px 16px;
  vertical-align: middle;
}

.gluck-form-wrap .wpcf7 table.inquiry th {
  width: 28%;
  background: #faf5f1;
  color: #5e5248;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.gluck-form-wrap .wpcf7 table.inquiry tr:last-child th,
.gluck-form-wrap .wpcf7 table.inquiry tr:last-child td {
  border-bottom: 0;
}

.gluck-form-wrap .wpcf7 .check2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.gluck-form-wrap .wpcf7 .check2 .wpcf7-list-item {
  margin: 0;
}

.gluck-form-wrap .wpcf7 .check2 label {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid #e0d1c8;
  border-radius: 9px;
  background: #fff;
}

.gluck-form-wrap .wpcf7-form input:focus,
.gluck-form-wrap .wpcf7-form select:focus,
.gluck-form-wrap .wpcf7-form textarea:focus {
  border-color: #cfa999;
  box-shadow: 0 0 0 2px rgba(216, 183, 166, 0.2);
  outline: none;
}

.gluck-form-wrap .wpcf7 .wpcf7-submit,
.gluck-form-wrap .wpcf7 input[type="submit"].wpcf7-submit,
.gluck-form-wrap .wpcf7 #formbtn {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  background: #2f2722 !important;
  border: 1px solid #2f2722 !important;
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gluck-form-wrap .wpcf7 .wpcf7-submit:hover,
.gluck-form-wrap .wpcf7 input[type="submit"].wpcf7-submit:hover,
.gluck-form-wrap .wpcf7 #formbtn:hover {
  background: #3d332d !important;
  border-color: #cfa999 !important;
}

.gluck-form-wrap .wpcf7-not-valid-tip {
  color: #a95b52;
  font-size: 0.78rem;
}

.gluck-form-wrap .wpcf7 tr:has([data-name="your-postalcode"]),
.gluck-form-wrap .wpcf7 tr:has([data-name="your-prefectures"]),
.gluck-form-wrap .wpcf7 tr:has([data-name="your-address"]) {
  display: none;
}

@media (max-width: 640px) {
  .gluck-form-wrap .wpcf7 table.inquiry th,
  .gluck-form-wrap .wpcf7 table.inquiry td {
    display: block;
    width: 100%;
  }

  .gluck-form-wrap .wpcf7 .check2 {
    grid-template-columns: 1fr;
  }
}

/* 6) Corporation map-under links dedupe */
.gluck-page--corporation .gluck-about-links a:not([href*="maps.google"]):not([href*="goo.gl/maps"]) {
  display: none;
}

.gluck-page--corporation .gluck-about-links {
  margin-top: 22px;
  gap: 0;
}

/* 7) Privacy page H1 spacing */
.gluck-policy-title {
  margin: 12px 0 20px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  letter-spacing: 0.06em;
  color: #2f2722;
}
