:root {
  --white:  #ffffff;
  --bg:     #fdfaf5;
  --bg2:    #f7f2e8;
  --bg3:    #f0e8d8;
  --ink:    #1c1814;
  --ink2:   #4a4038;
  --muted:  #6b6152;
  --muted-onDark: #8a8070;
  --muted2: #e0dbd4;
  --muted2-onLight: #6b6152;
  --gold:   #b8742a;
  --gold2:  #d4943e;
  --gold3:  #e8c060;
  --gold-text: #8a5719;
  --darkbrown: #3d2e1f;
  --line:   rgba(100,80,40,0.14);
  --line2:  rgba(100,80,40,0.07);
  --shadow: 0 2px 24px rgba(60,40,20,0.08);
  --serif:  'Cormorant Garamond', 'Times New Roman', serif;
  --sans:   'Noto Sans JP', -apple-system, BlinkMacSystemFont, sans-serif;
  --icon:   #a79c90;
}
i, svg, .icon, .emoji { color:var(--icon); fill:var(--icon); }
#problem { color:var(--ink2); }
.problem-icon { width:44px; height:44px; margin:0 auto 28px; color:var(--gold-text); }
.problem-icon svg { width:100%; height:100%; }
.problem-photo { position:relative; width:88px; height:88px; margin:0 auto 28px; }
.problem-photo img { width:100%; height:100%; object-fit:cover; border-radius:22px; display:block; filter:brightness(1.05) saturate(0.96); }
.problem-badge {
  position:absolute; bottom:-8px; right:-8px; width:34px; height:34px; border-radius:50%;
  background:var(--white); border:2px solid var(--bg); display:flex; align-items:center; justify-content:center;
  box-shadow:0 2px 8px rgba(60,40,20,0.18);
}
.problem-badge svg { width:17px; height:17px; }
#method i, #method svg { color:var(--gold2); }
#services i, #services svg { color:var(--ink2); }
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; scroll-padding-top:90px; }
body { font-family:var(--sans); background:var(--bg); color:var(--ink); line-height:1.75; overflow-x:hidden; font-weight:400; }
a { color:inherit; text-decoration:none; }
img { max-width:100%; display:block; }

/* ─── NAV ─── */
body > nav {
  position:fixed; top:0; left:0; right:0; z-index:100;
  padding:18px 52px; display:flex; justify-content:space-between; align-items:center;
  background:rgba(253,250,245,0.94); backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line2);
  transition: padding .3s;
}
.nav-logo { display:flex; align-items:center; gap:14px; }
.nav-logo img { width:44px; height:44px; object-fit:contain; }
.nav-logo-text { font-family:var(--serif); font-size:18px; font-weight:400; letter-spacing:2px; color:var(--ink); }
.nav-logo-tm { font-size:10px; vertical-align:super; color:var(--muted); }
.nav-links { display:flex; gap:28px; font-size:12.5px; color:var(--ink); letter-spacing:1px; font-weight:400; }
.nav-links a { transition:.2s; }
.nav-links a:hover { color:var(--gold-text); }
.nav-cta {
  font-family:var(--sans); font-size:12px; letter-spacing:2px;
  border:1px solid var(--gold); color:var(--gold-text);
  padding:8px 22px; transition:.2s;
}
.nav-cta:hover { background:var(--gold); color:var(--white); }
.nav-right { display:flex; align-items:center; gap:18px; }
.nav-toggle {
  display:none; flex-direction:column; justify-content:center; gap:5px;
  width:26px; height:20px; background:none; border:none; cursor:pointer; padding:0;
}
.nav-toggle span { display:block; width:100%; height:1.5px; background:var(--ink); transition:transform .3s, opacity .3s; }
.nav-toggle.open span:nth-child(1) { transform:translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity:0; }
.nav-toggle.open span:nth-child(3) { transform:translateY(-6.5px) rotate(-45deg); }
.mobile-menu {
  position:fixed; inset:0; z-index:99; background:var(--bg);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:26px;
  transform:translateY(-100%); transition:transform .35s ease; visibility:hidden;
}
.mobile-menu.open { transform:translateY(0); visibility:visible; }
.mobile-menu a { font-family:var(--serif); font-size:19px; letter-spacing:2px; color:var(--ink); }
.mobile-menu .mobile-menu-cta {
  margin-top:8px; font-family:var(--sans); font-size:12px; letter-spacing:3px;
  border:1px solid var(--gold); color:var(--gold-text); padding:12px 36px;
}

/* ─── HERO ─── */
#hero { position:relative; height:100vh; min-height:600px; overflow:hidden; }
.hero-img {
  width:100%; height:100%; object-fit:cover; object-position:center 18%;
  filter:brightness(1.08) saturate(0.95);
}
.hero-img-placeholder {
  width:100%; height:100%; background:linear-gradient(160deg,var(--bg2) 0%,var(--bg3) 100%);
  display:flex; align-items:flex-start; justify-content:center;
}
.hero-img-placeholder .ph-inner { text-align:center; color:var(--muted); }
.hero-img-placeholder .ph-inner .ph-dogs { font-size:64px; margin-bottom:16px; }
.hero-img-placeholder .ph-inner p { font-size:13px; }
.hero-overlay {
  position:absolute; inset:0;
  background:linear-gradient(to bottom, rgba(253,250,245,0) 30%, rgba(253,250,245,0.5) 70%, rgba(253,250,245,0.9) 100%);
}
.hero-content {
  position:absolute; bottom:0; left:0; right:0;
  padding:0 0 56px 0; text-align:center;
}
.hero-kana { font-size:13px; letter-spacing:4px; color:var(--ink2); margin-bottom:16px; font-weight:300; }
.hero-title {
  font-family:var(--serif); font-size:clamp(48px,7vw,96px);
  font-weight:300; letter-spacing:10px; color:var(--ink);
  line-height:1.1; margin-bottom:8px;
}
.hero-title sup { font-size:0.3em; vertical-align:super; color:var(--muted); font-family:var(--sans); letter-spacing:0; }
.hero-tagline { font-size:12px; letter-spacing:4px; color:var(--muted); margin-bottom:40px; font-weight:300; }
.hero-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.btn-outline {
  font-size:12px; letter-spacing:3px; border:1px solid var(--ink);
  color:var(--ink); padding:12px 36px; transition:.3s; font-weight:400;
}
.btn-outline:hover { background:var(--ink); color:var(--white); }
.btn-gold {
  font-size:12px; letter-spacing:3px; border:1px solid var(--gold);
  background:var(--gold); color:var(--white); padding:12px 36px; transition:.3s;
}
.btn-gold:hover { background:var(--gold2); border-color:var(--gold2); }
.hero-scroll {
  position:absolute; bottom:24px; left:50%; transform:translateX(-50%);
  font-size:9px; letter-spacing:4px; color:var(--muted-onDark);
  display:flex; flex-direction:column; align-items:center; gap:8px;
}
.scroll-line { width:1px; height:40px; background:linear-gradient(to bottom,var(--muted),transparent); }
/* 左上の注記 */
.hero-tm-note {
  position:absolute; bottom:24px; right:40px;
  font-size:10px; color:var(--muted2); letter-spacing:1px;
}

/* ─── SECTION BASE ─── */
section { padding:100px 48px; }
.si { max-width:1060px; margin:0 auto; }
.sec-en { font-family:var(--serif); font-size:15px; letter-spacing:5px; color:var(--gold-text); text-transform:uppercase; margin-bottom:14px; font-weight:500; }
.sec-title {
  font-family:var(--serif); font-size:clamp(28px,3.5vw,46px);
  font-weight:300; line-height:1.35; margin-bottom:16px; color:var(--ink);
  letter-spacing:1px;
}
.sec-title em { color:var(--gold-text); font-style:normal; font-weight:500; }
.sec-desc { font-size:14px; color:var(--ink2); max-width:600px; line-height:1.9; font-weight:400; }
.gold-hr { width:40px; height:1px; background:var(--gold); margin:20px 0 32px; }
.divider { width:100%; height:1px; background:linear-gradient(90deg,transparent,var(--line),transparent); }

/* ─── MISSION ─── */
#mission { background:var(--white); }
.mission-cols { display:grid; grid-template-columns:1fr 40px 1fr; align-items:center; gap:0; margin-top:48px; }
.m-box { padding:36px 40px; border:1px solid var(--line); background:var(--bg); }
.m-box h3 { font-family:var(--serif); font-size:11px; letter-spacing:4px; color:var(--muted); margin-bottom:16px; font-weight:400; }
.m-box p { font-size:14px; color:var(--ink2); line-height:1.9; }
.m-arrow { text-align:center; font-family:var(--serif); font-size:22px; color:var(--gold-text); }
.m-note { margin-top:24px; padding:20px 36px; border-left:2px solid var(--gold); background:var(--bg2); }
.m-note p { font-family:var(--serif); font-size:16px; color:var(--ink2); font-style:normal; line-height:1.7; }

/* ─── VISION ─── */
#vision { background:var(--bg); }
.vision-quote { text-align:center; margin-bottom:60px; }
.vision-quote blockquote {
  font-family:var(--serif); font-size:clamp(18px,2.5vw,28px); font-weight:300;
  font-style:normal; color:var(--ink); line-height:1.65; margin-bottom:12px; font-weight:400; letter-spacing:0.5px;
}
.vision-quote cite { font-size:11px; letter-spacing:3px; color:var(--muted); font-style:normal; }
.vision-3col { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); margin-top:48px; }
.v-col { background:var(--white); padding:36px 32px; }
.v-col h3 { font-family:var(--serif); font-size:14px; letter-spacing:2px; color:var(--gold-text); margin-bottom:14px; font-weight:400; }
.v-col p { font-size:13.5px; color:var(--ink2); line-height:1.85; font-weight:300; }
.vision-closing { margin-top:40px; text-align:center; padding:32px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.vision-closing p { font-family:var(--serif); font-size:16px; color:var(--ink2); line-height:1.8; font-style:normal; }

/* ─── METHOD ─── */
#method { background:var(--white); }
.method-4col { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); margin-top:48px; }
.m-step { background:var(--bg); padding:40px 28px; text-align:center; transition:.3s; }
.m-step:hover { background:var(--white); }
.m-step-num {
  font-family:var(--serif); font-size:48px; font-weight:300;
  color:var(--gold3); line-height:1; margin-bottom:16px; display:block;
  letter-spacing:0;
}
.m-step-icon { font-size:28px; margin-bottom:12px; display:block; }
.m-step h3 { font-size:10px; letter-spacing:4px; color:var(--muted); margin-bottom:8px; font-weight:400; }
.m-step h4 { font-family:var(--serif); font-size:20px; font-weight:400; margin-bottom:6px; color:var(--ink); }
.m-step h4 small { display:block; font-size:11px; color:var(--muted); font-family:var(--sans); letter-spacing:2px; margin-top:2px; }
.m-step p { font-size:12.5px; color:var(--ink2); line-height:1.8; font-weight:300; }

/* ─── DIGITAL TOOLS ─── */
.tools-grid { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:var(--line); margin-top:48px; }

/* ─── METHOD FLOW ─── */
.method-flow { display:grid; grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr 28px 1fr; align-items:stretch; gap:0; }

/* ─── PROBLEM ─── */
.problem-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--line); }
.worry-card { display:block; transition:box-shadow .3s, transform .3s; }
.worry-card:hover { box-shadow:0 10px 28px rgba(60,40,20,0.12); transform:translateY(-3px); position:relative; z-index:1; }

/* ─── SERVICES ─── */
#services { background:var(--bg); }
.services-3col { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); margin-top:48px; }
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--line); margin-top:48px; }
.pricing-grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; background:var(--line); margin-top:48px; }
.svc-card { background:var(--white); padding:32px 24px; display:flex; flex-direction:column; }
.svc-card-new { border:1px solid var(--gold); position:relative; }
.svc-card-new::before {
  content:'NEW'; position:absolute; top:0; right:0;
  font-size:9px; letter-spacing:1.5px; color:var(--white);
  background:var(--gold); padding:4px 10px; z-index:1;
}

/* ─── 診断クイズ オーバーレイ ─── */
.quiz-overlay {
  display:none; position:fixed; inset:0; z-index:200; background:rgba(28,24,20,0.55);
  align-items:center; justify-content:center; padding:24px;
}
.quiz-overlay.open { display:flex; }
.quiz-box {
  background:var(--bg); max-width:560px; width:100%; max-height:88vh; overflow-y:auto;
  padding:44px 40px; position:relative; box-shadow:0 24px 64px rgba(28,24,20,0.3);
}
.quiz-close {
  position:absolute; top:16px; right:20px; background:none; border:none; cursor:pointer;
  font-size:22px; line-height:1; color:var(--muted); font-family:var(--sans);
}
.quiz-close:hover { color:var(--ink); }
.quiz-progress { font-size:11px; letter-spacing:2px; color:var(--gold-text); margin-bottom:18px; }
.quiz-question { font-family:var(--serif); font-size:22px; color:var(--ink); line-height:1.5; margin-bottom:28px; font-weight:400; }
.quiz-options { display:flex; flex-direction:column; gap:10px; }
.quiz-option {
  text-align:left; background:var(--white); border:1px solid var(--line); padding:16px 20px;
  font-family:var(--sans); font-size:13.5px; color:var(--ink2); cursor:pointer; transition:.2s;
}
.quiz-option:hover { border-color:var(--gold); background:var(--bg2); color:var(--ink); }
.quiz-back { margin-top:24px; font-size:12px; color:var(--muted); background:none; border:none; cursor:pointer; letter-spacing:1px; }
.quiz-back:hover { color:var(--gold-text); }
.quiz-result-eyebrow { font-size:11px; letter-spacing:3px; color:var(--gold-text); margin-bottom:14px; }
.quiz-result-title { font-family:var(--serif); font-size:26px; color:var(--ink); line-height:1.4; margin-bottom:20px; font-weight:400; }
.quiz-result-body { font-size:13.5px; color:var(--ink2); line-height:1.9; margin-bottom:32px; }
.quiz-result-cta {
  display:block; text-align:center; font-family:var(--sans); font-size:13px; letter-spacing:2px;
  background:var(--gold); color:var(--white); padding:16px 20px; text-decoration:none; cursor:pointer; border:none; width:100%;
}
.quiz-result-cta:hover { background:var(--gold-text); }
.quiz-restart { display:block; text-align:center; margin-top:16px; font-size:12px; color:var(--muted); background:none; border:none; cursor:pointer; width:100%; }
.quiz-restart:hover { color:var(--gold-text); }
.dsarf-label { font-size:13px; color:var(--ink2); line-height:1.7; margin-bottom:10px; display:block; }
.dsarf-textarea, .dsarf-input {
  width:100%; font-family:var(--sans); font-size:14px; color:var(--ink); border:1px solid var(--line);
  padding:14px 16px; box-sizing:border-box; resize:vertical;
}
.dsarf-question-block { margin-bottom:20px; }
.dsarf-note { font-size:11px; color:var(--muted); line-height:1.7; margin-top:10px; }
.dsarf-submit {
  margin-top:20px; display:block; text-align:center; font-family:var(--sans); font-size:13px; letter-spacing:2px;
  background:var(--gold); color:var(--white); padding:16px 20px; cursor:pointer; border:none; width:100%;
}
.dsarf-submit:hover { background:var(--gold-text); }
.dsarf-submit:disabled { opacity:.5; cursor:default; }
.dsarf-section-title { font-family:var(--serif); font-size:16px; color:var(--gold-text); margin:20px 0 8px; font-weight:400; }
.dsarf-section-title:first-child { margin-top:0; }
.dsarf-section-body { font-size:13.5px; color:var(--ink2); line-height:1.9; white-space:pre-line; }
.dsarf-loading { display:flex; flex-direction:column; align-items:center; text-align:center; padding:32px 0; }
.dsarf-spinner {
  width:36px; height:36px; margin-bottom:20px; border-radius:50%;
  border:3px solid var(--line); border-top-color:var(--gold); animation:dsarf-spin 0.9s linear infinite;
}
@keyframes dsarf-spin { to { transform:rotate(360deg); } }
.svc { background:var(--white); padding:40px 36px; transition:.3s; position:relative; overflow:hidden; border:1px solid var(--line); }
.svc:hover { background:var(--bg); }
.svc::after { content:''; position:absolute; top:0; left:0; right:0; height:2px; background:var(--gold); opacity:0; transition:.3s; }
.svc:hover::after { opacity:1; }
.svc-tier { font-size:9px; letter-spacing:5px; color:var(--muted2); margin-bottom:16px; font-weight:400; }
.svc h3 { font-family:var(--serif); font-size:24px; font-weight:400; margin-bottom:4px; color:var(--ink); }
.svc-en { font-size:10px; letter-spacing:3px; color:var(--muted); margin-bottom:20px; }
.svc p { font-size:13.5px; color:var(--ink2); line-height:1.85; margin-bottom:20px; font-weight:300; }
.svc-list { list-style:none; }
.svc-list li { font-size:12.5px; color:var(--muted); padding:6px 0; border-bottom:1px solid var(--line2); display:flex; align-items:center; gap:8px; }
.svc-list li::before { content:'—'; color:var(--gold-text); font-size:10px; }

/* ─── DOGS ─── */
#dogs { background:var(--white); }
.dogs-5col { display:grid; grid-template-columns:repeat(5,1fr); gap:32px; margin-top:48px; }
.d-card { text-align:center; }
.d-img-wrap {
  width:100%; aspect-ratio:1; border-radius:50%;
  background:var(--bg2); border:1px solid var(--line);
  display:flex; align-items:flex-start; justify-content:center;
  margin:0 auto 16px; overflow:hidden; max-width:160px; transition:.4s;
}
.d-card:hover .d-img-wrap { border-color:var(--gold); }
.d-img-wrap img { width:100%; height:100%; object-fit:cover; filter:brightness(1.05) saturate(0.96); }
.d-img-wrap .d-ph { font-size:42px; }
.d-name { font-family:var(--serif); font-size:17px; font-weight:400; margin-bottom:3px; }
.d-virtue { font-size:10px; letter-spacing:3px; color:var(--gold-text); margin-bottom:10px; }
.d-desc { font-size:12px; color:var(--muted); line-height:1.7; font-weight:300; }

/* ─── GALLERY ─── */
#gallery { background:var(--bg2); }
.gallery-videos { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin:0 0 40px; }
.gallery-video-box { aspect-ratio:16/9; overflow:hidden; border-radius:4px; background:var(--ink); box-shadow:var(--shadow); }
.gallery-video-box iframe { width:100%; height:100%; border:0; display:block; }
.gallery-photos { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.gallery-photo-box { aspect-ratio:1; overflow:hidden; border-radius:4px; background:var(--bg3); }
.gallery-photo-box img { width:100%; height:100%; object-fit:cover; display:block; filter:brightness(1.05) saturate(0.96); }
.gallery-cta { text-align:center; margin-top:40px; }

/* ─── PROFILE ─── */
#profile { background:var(--white); }
.profile-split { display:grid; grid-template-columns:280px 1fr; gap:60px; align-items:start; margin-top:48px; }
.profile-photo-box {
  aspect-ratio:1/1; background:var(--bg2); border:1px solid var(--line); overflow:hidden;
  display:flex; align-items:flex-start; justify-content:center;
}
.profile-photo-box img { width:100%; height:100%; object-fit:cover; filter:brightness(1.05) saturate(0.96); }
.ph-placeholder { text-align:center; padding:20px; }
.ph-placeholder p { font-size:12px; color:var(--muted); margin-top:8px; }
.p-name { font-family:var(--serif); font-size:clamp(26px,3vw,36px); font-weight:300; margin-bottom:4px; letter-spacing:1px; }
.p-title { font-size:11px; letter-spacing:3px; color:var(--gold-text); margin-bottom:28px; font-weight:400; }
.p-body p { font-size:14px; color:var(--ink2); line-height:1.9; margin-bottom:14px; font-weight:400; }
.p-quote { margin:24px 0; padding:20px 28px; border-left:1px solid var(--gold); }
.p-quote p { font-family:var(--serif); font-size:16px; color:var(--ink); font-style:normal; line-height:1.7; }
.p-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.p-tag { font-size:11px; border:1px solid var(--line); color:var(--ink2); padding:4px 14px; font-weight:300; }
.cred-label { font-size:9px; letter-spacing:3px; color:var(--muted2-onLight); margin-bottom:8px; }
.cred-tags { display:flex; flex-wrap:wrap; gap:6px; }
.cred-tag { font-size:10px; border:1px solid var(--line2); color:var(--muted); padding:3px 10px; font-weight:300; }
.cred-tag-new { font-size:10.5px; border:1px solid var(--gold); color:var(--gold-text); padding:3px 10px; font-weight:400; background:var(--bg2); }

/* ─── CONTACT ─── */
#contact { background:var(--bg); }
.contact-wrap { max-width:660px; margin:0 auto; }
.c-title-wrap { text-align:center; margin-bottom:48px; }
.contact-form { background:var(--white); border:1px solid var(--line); padding:48px; }
.f-row { margin-bottom:20px; }
.f-label { display:block; font-size:10px; letter-spacing:4px; color:var(--muted); margin-bottom:8px; font-weight:400; }
.f-row input, .f-row select, .f-row textarea {
  width:100%; background:var(--bg); border:1px solid var(--line);
  padding:12px 16px; color:var(--ink); font-size:13.5px;
  outline:none; transition:.2s; font-family:var(--sans); font-weight:300;
  -webkit-appearance:none; border-radius:0;
}
.f-row input:focus, .f-row select:focus, .f-row textarea:focus { border-color:var(--gold); background:var(--white); }
.f-row select { cursor:pointer; }
.f-row textarea { resize:vertical; min-height:110px; }
.f-submit {
  width:100%; background:#6b5f52; color:var(--white); border:none;
  font-family:var(--sans); font-size:12px; letter-spacing:4px;
  padding:16px; cursor:pointer; transition:.2s; font-weight:300;
}
.f-submit:hover { background:var(--gold); }
.c-info { display:flex; justify-content:center; gap:48px; margin-top:40px; flex-wrap:wrap; }
.c-info-item { text-align:center; }
.c-info-label { font-size:9px; letter-spacing:4px; color:var(--muted2-onLight); margin-bottom:6px; }
.c-info-val { font-size:14px; color:var(--ink2); font-weight:300; }

/* ─── FOOTER ─── */
footer { background:#6b5f52; padding:56px 48px 40px; text-align:center; }
.f-logo { font-family:var(--serif); font-size:28px; font-weight:300; color:var(--bg2); letter-spacing:4px; margin-bottom:6px; }
.f-logo sup { font-size:12px; vertical-align:super; color:var(--muted-onDark); font-family:var(--sans); letter-spacing:0; }
.f-tagline { font-size:11px; color:var(--muted-onDark); letter-spacing:2px; margin-bottom:36px; }
.f-nav { display:flex; justify-content:center; flex-wrap:wrap; gap:24px; margin-bottom:36px; }
.f-nav a { font-size:11px; letter-spacing:2px; color:var(--muted2); transition:.2s; }
.f-nav a:hover { color:var(--gold3); }
.f-divider { width:40px; height:1px; background:var(--muted-onDark); margin:0 auto 24px; }
.f-copy { font-size:10px; color:var(--muted-onDark); letter-spacing:1px; line-height:1.8; }

/* ─── RESPONSIVE ─── */
@media (max-width:960px) {
  nav { padding:14px 20px; }
  .nav-links { display:none; }
  .nav-toggle { display:flex; }
  .nav-logo-text { display:none; }
  section { padding:72px 24px; }
  .mission-cols { grid-template-columns:1fr; }
  .m-arrow { transform:rotate(90deg); padding:4px 0; }
  .method-flow { grid-template-columns:1fr; }
  .method-flow-arrow { transform:rotate(90deg); padding:8px 0; }
  .method-4col { grid-template-columns:1fr 1fr; }
  .services-3col { grid-template-columns:1fr; }
  .problem-grid { grid-template-columns:repeat(2,1fr); }
  .pricing-grid { grid-template-columns:1fr; }
  .pricing-grid-4 { grid-template-columns:1fr 1fr; }
  .tools-grid { grid-template-columns:1fr 1fr; }
  .profile-split { grid-template-columns:1fr; }
  .profile-photo-box { max-width:240px; }
  .dogs-5col { grid-template-columns:repeat(3,1fr); gap:20px; }
  .vision-3col { grid-template-columns:1fr; }
  .gallery-photos { grid-template-columns:repeat(3,1fr); }
}
@media (max-width:600px) {
  .pricing-grid-4 { grid-template-columns:1fr; }
  .dogs-5col { grid-template-columns:1fr 1fr; }
  .problem-grid { grid-template-columns:1fr; }
  .tools-grid { grid-template-columns:1fr; }
  .hero-title { letter-spacing:2px; }
  .c-info { flex-direction:column; gap:20px; }
  .contact-form { padding:28px 24px; }
  .hero-scroll { display:none; }
  .gallery-videos { grid-template-columns:1fr; }
  .gallery-photos { grid-template-columns:1fr 1fr; }
}

/* ─── REVEAL ON SCROLL ─── */
.reveal { opacity:0; transform:translateY(20px); transition:opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity:1; transform:translateY(0); }
.reveal:nth-child(2) { transition-delay:.08s; }
.reveal:nth-child(3) { transition-delay:.16s; }
.reveal:nth-child(4) { transition-delay:.24s; }
.reveal:nth-child(5) { transition-delay:.32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity:1; transform:none; transition:none; }
}
