/* ===========================================================
   Salon du Chien — (CRJ WEB 制作サンプル / LIGHT プラン)
   白・ベージュ・くすみピンク / シンプルLPスタイル
   =========================================================== */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #fdfaf6;
  --bg-alt: #fff;
  --bg-soft: #f5ede2;
  --bg-pink: #f2dcd8;
  --fg: #2d2625;
  --fg-muted: #6b6460;
  --fg-subtle: #9a9390;
  --line: #ebe0d2;
  --accent: #c88c80;
  --accent-deep: #a06b5f;
  --accent-soft: rgba(200, 140, 128, 0.1);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--fg);
}

.script {
  font-family: 'Caveat', cursive;
  font-weight: 500;
  letter-spacing: 0.01em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--accent-deep);
}

img {
  max-width: 100%;
  display: block;
}

/* ===========================================================
   固定UI: ← CRJ WEB に戻る + サンプルバッジ
   =========================================================== */
.back-link {
  position: fixed;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--fg);
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  z-index: 999;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.25s ease, color 0.2s ease;
}

.back-link:hover {
  transform: translateX(-3px);
  color: var(--accent-deep);
}

.back-link .arrow {
  transition: transform 0.25s ease;
}

.back-link:hover .arrow {
  transform: translateX(-2px);
}

.sample-badge {
  position: fixed;
  top: 16px;
  right: 16px;
  background: #1e1e1c;
  color: #fff;
  padding: 10px 18px;
  border-radius: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.3;
  z-index: 999;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  pointer-events: none;
  min-width: 200px;
  text-align: left;
}

.sample-badge-top {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  margin-bottom: 3px;
}

.sample-badge-bottom {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #e04a30;
}

.sample-badge .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e04a30;
  flex-shrink: 0;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* ===========================================================
   Header
   =========================================================== */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(253, 250, 246, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  z-index: 50;
  padding-top: 52px;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.salon-logo {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  color: var(--fg);
}

.salon-logo-main {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.salon-logo-sub {
  font-family: 'Caveat', cursive;
  font-size: 13px;
  color: var(--accent-deep);
  margin-top: 2px;
  letter-spacing: 0.02em;
}

.main-nav ul {
  display: flex;
  gap: 28px;
  list-style: none;
  font-size: 13px;
}

.main-nav a {
  color: var(--fg);
  font-weight: 500;
}

.main-nav a:hover {
  color: var(--accent-deep);
}

.header-cta {
  background: var(--fg);
  color: #fff;
  padding: 10px 22px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: background 0.25s ease, transform 0.2s ease;
}

.header-cta:hover {
  background: var(--accent-deep);
  color: #fff;
  transform: translateY(-1px);
}

/* ===========================================================
   Hero
   =========================================================== */
.hero {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 24px 100px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.hero-content {
  animation: fadeSlow 1s 0.2s ease-out both;
}

.hero-script {
  font-family: 'Caveat', cursive;
  font-size: 28px;
  color: var(--accent-deep);
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

.hero-title {
  font-size: clamp(32px, 4.6vw, 50px);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.hero-title .pink {
  color: var(--accent-deep);
}

.hero-sub {
  font-size: 15px;
  line-height: 2;
  color: var(--fg-muted);
  max-width: 440px;
  margin-bottom: 36px;
}

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--fg);
  color: #fff;
  padding: 13px 28px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  transition: background 0.25s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary:hover {
  background: var(--accent-deep);
  color: #fff;
  transform: translateY(-2px);
}

.btn-secondary {
  background: #fff;
  color: var(--fg);
  padding: 13px 28px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: 1px solid var(--line);
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

.btn-secondary:hover {
  border-color: var(--fg);
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 200px 200px 40px 40px;
  overflow: hidden;
  background: var(--bg-pink);
  box-shadow: 0 32px 64px -24px rgba(200, 140, 128, 0.3);
  animation: fadeSlow 1s 0.4s ease-out both;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c88c80' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Cpath d='M8.12 8.12L20 20'/%3E%3Cpath d='M8.12 15.88L20 4'/%3E%3C/svg%3E");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

@keyframes fadeSlow {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===========================================================
   Section 共通
   =========================================================== */
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 24px;
}

.section-kicker {
  font-family: 'Caveat', cursive;
  font-size: 22px;
  color: var(--accent-deep);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.section-title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}

.section-lead {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 2;
  max-width: 680px;
  margin-top: -28px;
  margin-bottom: 48px;
}

/* ===========================================================
   Services(ヒーロー直下:3ポイント紹介)
   =========================================================== */
.services-intro {
  background: var(--bg-soft);
  padding: 80px 24px;
}

.services-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.service-point {
  text-align: center;
}

.service-point-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-deep);
  margin: 0 auto 20px;
  box-shadow: 0 8px 20px rgba(200, 140, 128, 0.15);
}

.service-point-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.005em;
}

.service-point-desc {
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.9;
}

/* ===========================================================
   Menu (料金表)
   =========================================================== */
.menu-intro {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.95;
  max-width: 620px;
  margin-top: -28px;
  margin-bottom: 40px;
}

.menu-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px -20px rgba(45, 38, 37, 0.12);
}

.menu-table thead th {
  background: var(--bg-soft);
  color: var(--fg);
  text-align: left;
  padding: 18px 24px;
  font-size: 11px;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.menu-table thead th:not(:first-child) {
  text-align: center;
}

.menu-table tbody th {
  text-align: left;
  padding: 18px 24px;
  font-weight: 500;
  border-top: 1px solid var(--line);
  vertical-align: top;
}

.menu-table tbody th .breed-sub {
  display: block;
  font-size: 12px;
  color: var(--fg-muted);
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: 0.02em;
}

.menu-table tbody td {
  padding: 18px 24px;
  border-top: 1px solid var(--line);
  text-align: center;
  font-weight: 500;
  vertical-align: top;
}

.menu-table tbody td .yen {
  font-size: 11px;
  color: var(--fg-muted);
  margin-right: 1px;
}

.menu-table tbody td .tax {
  display: block;
  font-size: 10px;
  color: var(--fg-subtle);
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 2px;
}

.menu-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.menu-option {
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  transition: border-color 0.2s ease;
}

.menu-option:hover {
  border-color: var(--accent);
}

.menu-option .opt-name {
  color: var(--fg);
  font-weight: 500;
}

.menu-option .opt-price {
  color: var(--accent-deep);
  font-weight: 600;
  font-size: 13px;
}

.menu-note {
  margin-top: 32px;
  padding: 20px 24px;
  background: var(--bg-pink);
  border-radius: 12px;
  font-size: 13px;
  color: var(--fg);
  line-height: 1.9;
}

.menu-note strong {
  color: var(--accent-deep);
  font-weight: 600;
}

/* ===========================================================
   Owner (オーナー紹介)
   =========================================================== */
.owner {
  background: var(--bg-soft);
}

.owner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 24px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: center;
}

.owner-visual {
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  background: linear-gradient(135deg, #e8c9c3 0%, #c88c80 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.owner-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.owner-visual span {
  position: relative;
  z-index: 1;
  font-family: 'Caveat', cursive;
  font-size: 90px;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 40px;
  line-height: 1;
}

.owner-content .section-kicker {
  margin-bottom: 8px;
}

.owner-name {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 4px;
  letter-spacing: -0.005em;
}

.owner-name-en {
  font-family: 'Caveat', cursive;
  font-size: 18px;
  color: var(--fg-subtle);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.owner-title {
  font-size: 11px;
  color: var(--accent-deep);
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 28px;
}

.owner-text {
  font-size: 14px;
  line-height: 2.05;
  color: var(--fg-muted);
}

.owner-text p {
  margin-bottom: 18px;
}

.owner-text p:last-child {
  margin-bottom: 0;
}

.owner-career {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px dashed var(--line);
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: var(--fg-muted);
}

.owner-career .year {
  color: var(--accent-deep);
  font-family: 'Caveat', cursive;
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
}

.owner-note {
  margin-top: 28px;
  font-size: 11px;
  color: var(--fg-subtle);
  line-height: 1.7;
}

/* ===========================================================
   Gallery (Before / After)
   =========================================================== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.gallery-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.35s ease;
  box-shadow: 0 12px 32px -20px rgba(45, 38, 37, 0.12);
}

.gallery-card:hover {
  transform: translateY(-6px);
}

.gallery-photos {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  position: relative;
}

.gallery-photo {
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  position: relative;
}

.gallery-photo::before {
  content: attr(data-label);
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(45, 38, 37, 0.85);
  color: #fff;
  font-family: 'Caveat', cursive;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 100px;
  letter-spacing: 0.03em;
}

.gallery-photo.after::before {
  background: var(--accent-deep);
}

.gallery-body {
  padding: 20px 22px 24px;
}

.gallery-breed {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--accent-deep);
  font-weight: 600;
  margin-bottom: 6px;
}

.gallery-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: -0.005em;
}

.gallery-comment {
  font-size: 12px;
  color: var(--fg-muted);
  line-height: 1.8;
}

.gallery-note {
  margin-top: 32px;
  text-align: center;
  font-size: 11px;
  color: var(--fg-subtle);
  letter-spacing: 0.02em;
}

/* ===========================================================
   Contact
   =========================================================== */
.contact {
  background: var(--bg-soft);
}

.contact-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 100px 24px;
}

.contact-head {
  text-align: center;
  margin-bottom: 48px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 32px;
  align-items: start;
}

.contact-info {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
}

.contact-info-item {
  padding: 16px 0;
  border-bottom: 1px dashed var(--line);
}

.contact-info-item:first-child {
  padding-top: 0;
}

.contact-info-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-info-label {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: var(--accent-deep);
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-info-value {
  font-size: 14px;
  color: var(--fg);
  line-height: 1.85;
}

.contact-info-value .tel-num {
  display: block;
  font-family: 'Caveat', cursive;
  font-size: 28px;
  color: var(--fg);
  margin-bottom: 4px;
  letter-spacing: 0.03em;
}

.contact-info-value .note {
  display: block;
  font-size: 11px;
  color: var(--fg-subtle);
  margin-top: 4px;
}

.contact-form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 32px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-row label {
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--accent-deep);
  font-weight: 600;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--bg);
  font-family: inherit;
  font-size: 14px;
  color: var(--fg);
  transition: border-color 0.2s ease, background 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
}

.form-row textarea {
  min-height: 100px;
  resize: vertical;
}

.form-submit {
  background: var(--fg);
  color: #fff;
  padding: 14px 24px;
  border-radius: 100px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  border: none;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
  margin-top: 6px;
}

.form-submit:hover {
  background: var(--accent-deep);
  transform: translateY(-2px);
}

.form-disclaimer {
  margin-top: 4px;
  font-size: 11px;
  color: var(--fg-subtle);
  line-height: 1.75;
}

/* ===========================================================
   ABOUT THIS SAMPLE
   =========================================================== */
.about-sample {
  background: #1e1e1c;
  color: #fff;
  padding: 100px 24px;
}

.about-sample-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.about-sample-kicker {
  font-size: 11px;
  letter-spacing: 0.28em;
  color: #e04a30;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.about-sample-kicker::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #e04a30;
}

.about-sample-title {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 16px;
  color: #fff;
  letter-spacing: -0.005em;
}

.about-sample-title .brand {
  color: #e04a30;
}

.about-sample-lead {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 2.05;
  max-width: 680px;
  margin-bottom: 48px;
}

/* Light の含有 / 非含有 を並列表示 */
.about-sample-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  margin-bottom: 48px;
  padding: 36px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.about-sample-compare-col h3 {
  font-size: 11px;
  letter-spacing: 0.22em;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.about-sample-compare-col.include h3 {
  color: #e04a30;
}

.about-sample-compare-col.include h3::before {
  content: "✓ ";
  color: #e04a30;
  margin-right: 4px;
}

.about-sample-compare-col.exclude h3 {
  color: rgba(255, 255, 255, 0.45);
}

.about-sample-compare-col.exclude h3::before {
  content: "— ";
  margin-right: 4px;
}

.about-sample-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  line-height: 1.75;
}

.about-sample-list li {
  padding-left: 22px;
  position: relative;
}

.about-sample-compare-col.include .about-sample-list li {
  color: rgba(255, 255, 255, 0.9);
}

.about-sample-compare-col.include .about-sample-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e04a30;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l3 3 5-5.5' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.about-sample-compare-col.exclude .about-sample-list li {
  color: rgba(255, 255, 255, 0.5);
}

.about-sample-compare-col.exclude .about-sample-list li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 8px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.about-sample-compare-col.exclude .about-sample-list li span {
  display: block;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 2px;
  letter-spacing: 0.02em;
}

/* 価格・スペック + CTA */
.about-sample-price-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  padding: 32px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 40px;
  align-items: end;
}

.about-sample-price-label {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #e04a30;
  font-weight: 600;
  margin-bottom: 12px;
}

.about-sample-price {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}

.about-sample-price .pre,
.about-sample-price .unit {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.55);
}

.about-sample-tax {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.08em;
}

.about-sample-specs {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.about-sample-specs li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #fff;
}

.about-sample-specs .label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.2em;
  font-weight: 600;
}

.about-sample-upgrade {
  background: rgba(224, 74, 48, 0.08);
  border-left: 2px solid #e04a30;
  padding: 20px 24px;
  margin-bottom: 40px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.9;
}

.about-sample-upgrade strong {
  color: #e04a30;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-right: 4px;
}

.about-sample-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.about-sample-cta .btn-primary {
  background: #e04a30;
  color: #fff;
  padding: 15px 28px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: background 0.25s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.about-sample-cta .btn-primary:hover {
  background: #c13d26;
  color: #fff;
  transform: translateY(-2px);
}

.about-sample-cta .btn-ghost {
  background: transparent;
  color: #fff;
  padding: 15px 28px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.02em;
  transition: border-color 0.25s ease, transform 0.2s ease;
}

.about-sample-cta .btn-ghost:hover {
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.about-sample-note {
  margin-top: 32px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.02em;
  line-height: 1.9;
}

/* ===========================================================
   Footer
   =========================================================== */
.site-footer {
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 56px 24px 32px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}

.footer-brand-desc {
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.95;
  color: var(--fg-muted);
  max-width: 300px;
}

.footer-title {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--accent-deep);
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-list a {
  color: var(--fg-muted);
  font-size: 13px;
  transition: color 0.2s ease;
}

.footer-list a:hover {
  color: var(--accent-deep);
}

.footer-info {
  font-size: 12px;
  color: var(--fg-muted);
  line-height: 1.95;
}

.footer-bottom {
  max-width: 1100px;
  margin: 40px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  font-size: 11px;
  color: var(--fg-subtle);
  text-align: center;
  line-height: 1.9;
}

.footer-credit a {
  color: var(--accent-deep);
  font-weight: 500;
}

/* ===========================================================
   fade-up
   =========================================================== */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.stagger > .fade-up:nth-child(1) { transition-delay: 0s; }
.stagger > .fade-up:nth-child(2) { transition-delay: 0.1s; }
.stagger > .fade-up:nth-child(3) { transition-delay: 0.2s; }
.stagger > .fade-up:nth-child(4) { transition-delay: 0.3s; }

/* ===========================================================
   Responsive
   =========================================================== */
@media (max-width: 900px) {
  .back-link {
    top: 12px;
    left: 12px;
    font-size: 11px;
    padding: 6px 12px;
  }

  .sample-badge {
    top: 12px;
    right: 12px;
    padding: 8px 14px;
    min-width: auto;
  }

  .sample-badge-top {
    font-size: 9px;
  }

  .sample-badge-bottom {
    font-size: 11px;
  }

  .site-header {
    padding-top: 48px;
  }

  .header-inner {
    padding: 12px 20px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .main-nav {
    order: 3;
    width: 100%;
  }

  .main-nav ul {
    gap: 18px;
    font-size: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    justify-content: flex-start;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
    padding: 48px 20px 72px;
  }

  .hero-visual {
    aspect-ratio: 16 / 11;
    border-radius: 100px 100px 24px 24px;
    order: -1;
  }

  .hero-title {
    font-size: 28px;
  }

  .services-intro {
    padding: 56px 20px;
  }

  .services-intro-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .section,
  .owner-inner,
  .contact-inner {
    padding: 60px 20px;
  }

  .about-sample {
    padding: 60px 20px;
  }

  .menu-table thead th,
  .menu-table tbody th,
  .menu-table tbody td {
    padding: 14px 12px;
    font-size: 12px;
  }

  .menu-table tbody th .breed-sub {
    font-size: 11px;
  }

  .owner-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .about-sample-compare {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .about-sample-price-row {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }

  .about-sample-specs {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .about-sample-price {
    font-size: 40px;
  }

  .footer-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 520px) {
  .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .menu-options {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* ===========================================================
   日本語禁則処理:単語途中での改行を防ぐ(本文 + 見出し)
   =========================================================== */
p,
li,
dd,
h1,
h2,
h3,
h4,
.hero-title,
.hero-sub,
.section-title,
.section-lead,
.about-text p,
.philosophy-text p,
.service-point-title,
.staff-desc,
.facility-desc,
.puppy-card-desc,
.breed-desc,
.process-desc,
.schedule-desc,
.safety-desc,
.aftercare-desc,
.gallery-name,
.gallery-comment,
.journal-excerpt,
.rep-text p,
.fv-desc,
.menu-note,
.owner-name,
.owner-text p,
.room-desc,
.aside-note,
.contact-lead {
  word-break: keep-all;
  overflow-wrap: break-word;
  line-break: strict;
}

/* ===========================================================
   320px 最狭 (iPhone SE第1世代) の安全マージン
   =========================================================== */
@media (max-width: 360px) {
  html, body {
    overflow-x: hidden;
    max-width: 100vw;
  }
  body > *, body > * > * {
    max-width: 100%;
    box-sizing: border-box;
  }
  h1, h2, h3, p, li {
    word-break: keep-all;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}
