:root {
  --ff-bg: #fdf8ff;
  --ff-bg-alt: #ffffff;
  --ff-text: #1f2933;
  --ff-muted: #6b7280;
  --ff-border: #e5e0f5;
  --ff-accent: #fb7185;
  --ff-accent-soft: #ffe4ec;
  --ff-accent-second: #38bdf8;
  --ff-radius-lg: 22px;
  --ff-radius-xl: 30px;
  --ff-shadow-soft: 0 18px 45px rgba(148, 163, 184, 0.28);
  --ff-container: 1040px;
}

/* Reset-ish */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: radial-gradient(circle at top left, #fef3ff, #f4f4ff);
  color: var(--ff-text);
}

.ff-root {
  min-height: 100vh;
}

/* 공통 레이아웃 */
.ff-container {
  max-width: var(--ff-container);
  margin: 0 auto;
  padding: 0 18px;
}

/* HEADER */
.ff-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(253, 248, 255, 0.9);
  border-bottom: 1px solid rgba(229, 224, 245, 0.9);
}

.ff-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}

.ff-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ff-logo-mark {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: radial-gradient(circle at top left, #fb7185, #f97316);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff7ed;
}

.ff-logo-text {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.ff-nav {
  display: flex;
  gap: 14px;
}

.ff-nav-link {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--ff-muted);
  transition: background-color 0.16s ease-out, color 0.16s ease-out, transform 0.16s ease-out;
}

.ff-nav-link:hover {
  background-color: rgba(251, 113, 133, 0.15);
  color: #be123c;
  transform: translateY(-1px);
}

.ff-nav-cta {
  background-color: #f97316;
  color: #fff7ed;
}

/* HERO */
.ff-hero {
  position: relative;
  overflow: hidden;
}

.ff-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(251, 113, 133, 0.28), transparent 60%),
    radial-gradient(circle at 80% 10%, rgba(56, 189, 248, 0.3), transparent 55%),
    radial-gradient(circle at 0% 100%, rgba(251, 191, 36, 0.2), transparent 55%);
  opacity: 0.9;
}

.ff-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  padding: 52px 0 60px;
}

.ff-hero-content {
  max-width: 540px;
}

.ff-hero-badge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  padding: 4px 12px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(248, 113, 113, 0.4);
  color: #9f1239;
  letter-spacing: 0.16em;
}

.ff-hero-title {
  margin: 12px 0 10px;
  font-size: clamp(28px, 3.3vw, 36px);
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.ff-hero-highlight {
  display: block;
  color: #9f1239;
}

.ff-hero-subtitle {
  margin: 0 0 16px;
  font-size: 15px;
  color: var(--ff-muted);
}

.ff-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.ff-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: 0.16s ease-out;
}

.ff-btn-primary {
  background: linear-gradient(to right, #fb7185, #f97316);
  color: #fff7ed;
  box-shadow: var(--ff-shadow-soft);
}

.ff-btn-primary:hover {
  transform: translateY(-1px);
}

.ff-btn-secondary {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(148, 163, 184, 0.6);
  color: #111827;
}

.ff-btn-secondary:hover {
  background-color: #0f172a;
  color: #f9fafb;
}

.ff-hero-meta {
  margin: 0;
  font-size: 13px;
  color: var(--ff-muted);
}

/* HERO VISUAL: 이미지 3개를 전부 교체 */
.ff-hero-visual {
  position: relative;
  height: 260px;
}

/* 🐰 메인 큰 사진 (토끼) */
.ff-hero-photo-main {
  position: absolute;
  width: 220px;
  height: 220px;
  right: 10px;
  top: 20px;
  border-radius: 999px;
  background-image: url("https://images.unsplash.com/photo-1589880960931-b463881f5e4f?auto=format&fit=crop&w=800&q=80");
  background-size: cover;
  background-position: center;
  box-shadow: var(--ff-shadow-soft);
}

/* 🐹 왼쪽 작은 사진 (햄스터) */
.ff-hero-photo-1 {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  bottom: 10px;
  border-radius: 999px;
  background-image: url("https://images.unsplash.com/photo-1601758123927-196d5f49c87f?auto=format&fit=crop&w=600&q=80");
  background-size: cover;
  background-position: center;
  box-shadow: var(--ff-shadow-soft);
}

/* 🦜 오른쪽 작은 사진 (앵무새) */
.ff-hero-photo-2 {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 40px;
  bottom: -10px;
  border-radius: 999px;
  background-image: url("https://images.unsplash.com/photo-1571731956672-d09895a1cfca?auto=format&fit=crop&w=600&q=80");
  background-size: cover;
  background-position: center;
  box-shadow: var(--ff-shadow-soft);
}

.ff-hero-floating {
  animation: float 4s ease-in-out infinite alternate;
}

@keyframes float {
  from { transform: translateY(0); }
  to { transform: translateY(-10px); }
}

/* SECTION 공통 */
.ff-section {
  padding: 52px 0 58px;
}

.ff-section-alt {
  background-color: var(--ff-bg-alt);
}

.ff-section-head {
  margin-bottom: 18px;
}

.ff-section-title {
  margin: 0 0 6px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.ff-section-subtitle {
  margin: 0;
  font-size: 15px;
  color: var(--ff-muted);
}

/* SERVICES */
.ff-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ff-card {
  border-radius: var(--ff-radius-xl);
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--ff-border);
  padding: 16px 14px;
  box-shadow: 0 12px 30px rgba(148, 163, 184, 0.18);
}

.ff-card-emoji {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background-color: var(--ff-accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}

.ff-card-title {
  margin: 0 0 6px;
  font-size: 16px;
}

.ff-card-text {
  margin: 0 0 8px;
  font-size: 14px;
  color: var(--ff-muted);
}

.ff-card-list {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  color: var(--ff-muted);
}

.ff-card-list li {
  margin-bottom: 3px;
}

/* SITTERS */
.ff-sitter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ff-sitter-card {
  border-radius: var(--ff-radius-lg);
  background-color: #fef9ff;
  border: 1px solid var(--ff-border);
  padding: 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}

.ff-sitter-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  border: 2px solid #f97316;
}

.ff-sitter-avatar-1 {
  background-image: url("https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?auto=format&fit=crop&w=400&q=80");
}

.ff-sitter-avatar-2 {
  background-image: url("https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=400&q=80");
}

.ff-sitter-avatar-3 {
  background-image: url("https://images.unsplash.com/photo-1544006659-f0b21884ce1d?auto=format&fit=crop&w=400&q=80");
}

.ff-sitter-body {}

.ff-sitter-name {
  margin: 0 0 2px;
  font-size: 15px;
}

.ff-sitter-meta {
  margin: 0 0 4px;
  font-size: 13px;
  color: var(--ff-muted);
}

.ff-sitter-text {
  margin: 0;
  font-size: 13px;
  color: var(--ff-muted);
}

/* WHY */
.ff-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}

.ff-why-item {
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dashed var(--ff-border);
  padding: 12px 12px 14px;
}

.ff-why-item h3 {
  margin: 0 0 4px;
  font-size: 15px;
}

.ff-why-item p {
  margin: 0;
  font-size: 14px;
  color: var(--ff-muted);
}

/* CONTACT */
.ff-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 22px;
}

.ff-contact-list {
  padding-left: 18px;
  font-size: 14px;
  color: var(--ff-muted);
}

.ff-contact-list li {
  margin-bottom: 4px;
}

.ff-contact-box {
  border-radius: var(--ff-radius-lg);
  background-color: #fef9ff;
  border: 1px solid var(--ff-border);
  padding: 14px;
  box-shadow: 0 10px 25px rgba(148, 163, 184, 0.25);
}

.ff-contact-line {
  margin: 0 0 6px;
  font-size: 14px;
}

.ff-contact-line span {
  display: inline-block;
  min-width: 76px;
  font-weight: 600;
}

.ff-contact-note {
  margin: 6px 0 0;
  font-size: 12px;
  color: var(--ff-muted);
}

/* FOOTER */
.ff-footer {
  border-top: 1px solid rgba(229, 224, 245, 0.9);
  padding: 16px 0;
  background-color: rgba(255,255,255,0.9);
}

.ff-footer-inner {
  max-width: var(--ff-container);
  margin: 0 auto;
  padding: 0 18px;
}

.ff-footer-text {
  margin: 0;
  font-size: 12px;
  color: var(--ff-muted);
}

/* RESPONSIVE */
@media (max-width: 960px) {

  .ff-hero-inner {
    grid-template-columns: 1fr;
  }

  .ff-service-grid,
  .ff-sitter-grid,
  .ff-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {

  .ff-header-inner {
    height: 56px;
  }

  .ff-nav {
    display: none;
  }

  .ff-service-grid,
  .ff-sitter-grid,
  .ff-why-grid,
  .ff-contact-grid {
    grid-template-columns: 1fr;
  }

  .ff-container {
    padding: 0 14px;
  }
}
