:root {
  --yellow: #ffd02f;
  --yellow-strong: #c99900;
  --yellow-soft: #fff6bf;
  --yellow-faint: #fffdf0;
  --dark: #171100;
  --dark-2: #281f00;
  --muted: #6d5f2b;
  --line: rgba(25, 19, 0, 0.08);
  --card: #fffdf3;
  --white: #ffffff;
  --shadow: 0 12px 32px rgba(17, 12, 0, 0.08);
  --shadow-strong: 0 24px 54px rgba(17, 12, 0, 0.14);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  color: var(--dark);
  background:
    radial-gradient(circle at top right, rgba(255, 208, 47, 0.06), transparent 30%),
    radial-gradient(circle at bottom left, rgba(255, 208, 47, 0.05), transparent 28%),
    #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, .navbar-brand, .footer-brand {
  font-family: "Fraunces", Georgia, serif;
}

a { text-decoration: none; }
img { max-width: 100%; height: auto; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 2000;
  background: var(--yellow);
  color: var(--dark);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
}
.skip-link:focus { left: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 208, 47, 0.26);
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(17, 12, 0, 0.07); }
.navbar { padding: 0.8rem 0; }
.brand-link {
  text-decoration: none;
  min-width: 0;
}
.brand-logo {
  width: auto;
  height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
}
.navbar-toggler { color: var(--dark); }
.navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 700;
  font-size: 0.96rem;
  padding: 0.7rem 1rem !important;
  border-radius: 999px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: var(--yellow-faint);
  color: var(--dark);
}
.nav-cta {
  background: var(--yellow);
  color: var(--dark) !important;
  box-shadow: 0 10px 22px rgba(255, 208, 47, 0.35);
}
.nav-cta:hover { transform: translateY(-1px); }

main { display: block; }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 10vw, 7rem) 0 clamp(4rem, 8vw, 6rem);
}
.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.page-hero::before {
  width: 540px;
  height: 540px;
  background: radial-gradient(circle, rgba(255, 208, 47, 0.18), transparent 65%);
  top: -180px;
  right: -180px;
}
.page-hero::after {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(255, 208, 47, 0.08), transparent 68%);
  left: -130px;
  bottom: -170px;
}
.hero-home {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark-2) 52%, #4b3b00 100%);
  color: #fff;
}
.hero-page {
  background: linear-gradient(135deg, #fff 0%, #fff7d4 100%);
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 208, 47, 0.12);
  color: var(--yellow-strong);
  border: 1px solid rgba(255, 208, 47, 0.32);
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hero-home .eyebrow { color: var(--yellow); background: rgba(255, 208, 47, 0.1); }
.hero-title {
  font-size: clamp(2.45rem, 6vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin: 1.1rem 0 1rem;
}
.hero-home .hero-title { color: #fff; }
.hero-title .accent { color: var(--yellow); }
.hero-copy {
  font-size: 1.03rem;
  line-height: 1.8;
  max-width: 42rem;
  color: var(--muted);
}
.hero-home .hero-copy { color: rgba(255, 255, 255, 0.72); }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}
.btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  font-weight: 800;
  padding: 0.92rem 1.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn-pill:hover { transform: translateY(-2px); }
.btn-pill--primary {
  background: var(--yellow);
  color: var(--dark);
  box-shadow: 0 14px 30px rgba(255, 208, 47, 0.38);
}
.btn-pill--primary:hover { background: #f4c517; color: var(--dark); }
.btn-pill--ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
  background: rgba(255, 255, 255, 0.06);
}
.hero-page .btn-pill--ghost {
  border-color: rgba(25, 19, 0, 0.12);
  background: #fff;
  color: var(--dark);
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  max-width: 36rem;
}
.mini-stat,
.card-shell,
.service-card,
.value-card,
.process-card,
.contact-card,
.faq-card,
.review-card,
.notice-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.hero-home .mini-stat {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.mini-stat { padding: 1rem 1.1rem; }
.mini-stat__value {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 800;
  font-size: 1.55rem;
  line-height: 1;
}
.mini-stat__label { font-size: 0.8rem; color: inherit; opacity: 0.72; margin-top: 0.35rem; }
.hero-visual {
  position: relative;
  min-height: 100%;
}
.hero-visual-card {
  position: relative;
  isolation: isolate;
  min-height: 28rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 208, 47, 0.1));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(9, 7, 0, 0.28);
}
.hero-visual-card--graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.hero-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius-xl) - 6px);
}
.floating-badge {
  position: absolute;
  z-index: 2;
  background: #fff;
  color: var(--dark);
  border-radius: 18px;
  padding: 0.9rem 1rem;
  box-shadow: var(--shadow-strong);
}
.floating-badge strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
}
.floating-badge small { color: var(--muted); }
.floating-badge--top { top: 1rem; left: 1rem; }
.floating-badge--bottom { right: 1rem; bottom: 1rem; }

.hero-graphic-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 208, 47, 0.15);
  color: var(--yellow);
  font-size: 3rem;
  box-shadow: 0 18px 36px rgba(255, 208, 47, 0.18);
}
.hero-graphic-list {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  max-width: 22rem;
}
.hero-graphic-list .row-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.hero-graphic-list .row-item span { color: rgba(255, 255, 255, 0.72); font-size: 0.9rem; }

.section-block { padding: 4.5rem 0; }
.section-heading {
  max-width: 44rem;
  margin-bottom: 2rem;
}
.section-kicker {
  color: var(--yellow-strong);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-title {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 0.65rem 0 0.8rem;
}
.section-title .accent { color: var(--yellow-strong); }
.section-lead {
  font-size: 1.03rem;
  color: var(--muted);
  line-height: 1.8;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.trust-item {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  background: var(--yellow-faint);
  border: 1px solid rgba(255, 208, 47, 0.24);
}
.trust-item i { color: var(--yellow-strong); font-size: 1.2rem; }
.trust-item strong { display: block; margin-top: 0.5rem; }
.trust-item span { color: var(--muted); font-size: 0.88rem; }

.info-grid,
.service-grid,
.value-grid,
.process-grid,
.testimonial-grid,
.faq-grid,
.contact-grid {
  display: grid;
  gap: 1.2rem;
}
.service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.value-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.testimonial-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.card-shell,
.service-card,
.value-card,
.process-card,
.contact-card,
.faq-card,
.review-card,
.notice-card {
  padding: 1.35rem;
}
.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover,
.value-card:hover,
.process-card:hover,
.contact-card:hover,
.review-card:hover,
.faq-card:hover,
.notice-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-strong);
  border-color: rgba(255, 208, 47, 0.3);
}
.service-icon,
.value-icon,
.process-step,
.contact-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow-faint);
  color: var(--yellow-strong);
  font-size: 1.2rem;
  flex: 0 0 auto;
}
.service-card h3,
.value-card h3,
.process-card h3,
.contact-card h3,
.review-card h3,
.faq-card h3 {
  font-size: 1.1rem;
  margin: 0.95rem 0 0.5rem;
}
.service-card p,
.value-card p,
.process-card p,
.contact-card p,
.review-card p,
.faq-card p,
.notice-card p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 0;
}
.tag-list,
.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.tag,
.chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 208, 47, 0.34);
  background: var(--yellow-faint);
  color: var(--dark);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.36rem 0.7rem;
}

.brand-panel,
.story-panel,
.cta-panel,
.contact-panel,
.stat-panel {
  border-radius: var(--radius-xl);
  overflow: hidden;
}
.brand-panel {
  background: linear-gradient(145deg, var(--dark), var(--dark-2));
  color: #fff;
  padding: 2rem;
  position: relative;
}
.brand-panel .section-title { color: #fff; }
.brand-panel .section-kicker { color: var(--yellow); }
.brand-panel p,
.brand-panel li { color: rgba(255, 255, 255, 0.76); }
.brand-panel .metric {
  background: rgba(255, 208, 47, 0.12);
  border: 1px solid rgba(255, 208, 47, 0.18);
  border-radius: 18px;
  padding: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.metric strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.6rem;
  color: var(--yellow);
}
.metric span { font-size: 0.86rem; }

.story-panel {
  background: #fff;
  padding: 1.5rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.story-panel img {
  border-radius: 22px;
  min-height: 100%;
  object-fit: cover;
}

.timeline {
  counter-reset: step;
  display: grid;
  gap: 1rem;
}
.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}
.timeline-marker {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(255, 208, 47, 0.32);
}
.timeline-item h3 { margin-top: 0; }

.cta-panel {
  background: linear-gradient(135deg, var(--dark), var(--dark-2));
  color: #fff;
  padding: 2rem;
}
.cta-panel .section-title,
.cta-panel .section-lead { color: #fff; }
.cta-panel .section-lead { opacity: 0.8; }

.breadcrumb-wrap {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  color: rgba(17, 12, 0, 0.55);
  font-weight: 700;
  font-size: 0.9rem;
}
.breadcrumb-wrap a { color: var(--dark); }

.contact-card {
  min-height: 100%;
}
.contact-card .contact-icon {
  background: rgba(255, 208, 47, 0.18);
}
.contact-card a { color: var(--dark); }
.contact-card a:hover { color: var(--yellow-strong); }

.notice-card {
  background: linear-gradient(145deg, rgba(255, 208, 47, 0.14), rgba(255, 248, 209, 0.75));
}

.footer-brand {
  display: inline-block;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 800;
}
.footer-brand--stack {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}
.footer-logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 208, 47, 0.18);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.footer-logo {
  width: auto;
  height: 150px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: brightness(1.02);
}
.footer-brand-text {
  display: inline-block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.05;
  color: #fff;
}
.site-footer {
  background: var(--dark);
  color: #fff;
  padding: 4rem 0 1.5rem;
  margin-top: 1rem;
}
.footer-heading {
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 1rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.75rem; }
.footer-links a,
.footer-links span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}
.footer-links a:hover { color: var(--yellow); }
.footer-divider { border-color: rgba(255, 255, 255, 0.08); margin: 2rem 0 1rem; }
.footer-copy { color: rgba(255, 255, 255, 0.55); }

.float-cta {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.42);
  z-index: 1100;
}
.float-cta:hover { color: #fff; transform: translateY(-2px); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.review-spotlight {
  background: linear-gradient(145deg, var(--dark), var(--dark-2));
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  box-shadow: var(--shadow-strong);
}
.review-spotlight .section-title,
.review-spotlight .section-lead {
  color: #fff;
}
.review-spotlight .section-lead {
  opacity: 0.78;
}
.review-score {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  margin-top: 1.25rem;
  border-radius: 18px;
  background: rgba(255, 208, 47, 0.12);
  border: 1px solid rgba(255, 208, 47, 0.2);
}
.review-score__value {
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1;
}
.review-score__meta {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.hero-home .service-card,
.hero-home .review-card,
.hero-home .notice-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.09);
  color: #fff;
}
.hero-home .service-card p,
.hero-home .review-card p,
.hero-home .notice-card p,
.hero-home .review-card .meta,
.hero-home .notice-card .meta {
  color: rgba(255, 255, 255, 0.7);
}
.hero-home .service-card .service-icon,
.hero-home .review-card .service-icon,
.hero-home .notice-card .service-icon {
  background: rgba(255, 208, 47, 0.12);
}

.section-muted { background: var(--yellow-faint); }
.section-dark { background: linear-gradient(145deg, var(--dark), var(--dark-2)); color: #fff; }
.section-dark .section-lead,
.section-dark .section-title { color: #fff; }

.accordion-button {
  font-weight: 800;
  color: var(--dark);
}
.accordion-button:not(.collapsed) {
  background: var(--yellow-faint);
  color: var(--dark);
  box-shadow: none;
}
.accordion-item {
  border-radius: var(--radius-lg) !important;
  overflow: hidden;
  border: 1px solid var(--line);
}

@media (max-width: 1199px) {
  .service-grid,
  .value-grid,
  .process-grid,
  .testimonial-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 991px) {
  .mini-stats,
  .trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hero-visual { margin-top: 1.5rem; }
}
@media (max-width: 767px) {
  .section-block { padding: 3.5rem 0; }
  .service-grid,
  .value-grid,
  .process-grid,
  .testimonial-grid,
  .contact-grid,
  .mini-stats,
  .trust-bar {
    grid-template-columns: 1fr;
  }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-pill { justify-content: center; width: 100%; }
  .hero-visual-card { min-height: 20rem; }
  .navbar-nav {
    padding: 1rem 0 0.5rem;
  }
}
