:root {
  --ink: #25191d;
  --ink-soft: #5c4a50;
  --rose: #a66b75;
  --rose-dark: #7b4d58;
  --blush: #f4dedc;
  --champagne: #fbf4ef;
  --cream: #fffaf6;
  --taupe: #d7c6be;
  --line: rgba(37, 25, 29, 0.12);
  --shadow: 0 24px 70px rgba(37, 25, 29, 0.12);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--cream) 0%, #fff 42%, var(--champagne) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(100% - 40px, var(--max)); margin: 0 auto; }
.section { padding: 96px 0; }
.narrow { width: min(100% - 40px, 820px); text-align: center; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--ink); color: #fff; padding: 10px 14px; z-index: 1000; }
.skip-link:focus { left: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 250, 246, 0.86);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
.brand img { width: 230px; height: auto; }
.site-nav { display: flex; gap: 28px; align-items: center; font-size: 0.94rem; color: var(--ink-soft); }
.site-nav a:hover { color: var(--rose-dark); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--rose); border-radius: 999px; color: var(--rose-dark) !important; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { padding-top: 72px; min-height: 760px; display: flex; align-items: center; background: radial-gradient(circle at 78% 22%, rgba(244,222,220,0.9), transparent 34%), radial-gradient(circle at 12% 20%, rgba(215,198,190,0.35), transparent 38%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; color: var(--rose-dark); font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.02; letter-spacing: -0.04em; }
h1 { font-size: clamp(3.1rem, 7vw, 6.8rem); margin-bottom: 24px; max-width: 820px; }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.4rem); margin-bottom: 20px; }
h3 { font-size: 1.18rem; line-height: 1.2; margin-bottom: 12px; }
.hero-text { font-size: 1.18rem; color: var(--ink-soft); max-width: 640px; margin-bottom: 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.button.primary { background: var(--ink); color: #fff; }
.button.secondary { background: transparent; border-color: var(--line); color: var(--ink); }
.button.light { background: #fff; color: var(--ink); }
.hero-art { position: relative; }
.hero-art::before { content: ""; position: absolute; inset: 8% 2% 0 10%; background: var(--blush); border-radius: 46% 54% 52% 48%; filter: blur(0.2px); z-index: -1; }
.hero-art img { width: min(100%, 560px); margin-left: auto; filter: drop-shadow(0 24px 40px rgba(37,25,29,.14)); }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.56); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.stats-grid div { padding: 28px 24px; text-align: center; border-left: 1px solid var(--line); }
.stats-grid div:last-child { border-right: 1px solid var(--line); }
.stats-grid strong { display: block; font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.stats-grid span { display: block; margin-top: 10px; color: var(--ink-soft); font-size: .94rem; }

.intro p:not(.eyebrow), .section-heading p, .process-copy p, .about-copy p, .contact-copy p { color: var(--ink-soft); font-size: 1.06rem; }
.section-heading { max-width: 760px; margin-bottom: 36px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px; min-height: 260px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(37,25,29,.04); }
.card-number { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; background: var(--champagne); border-radius: 50%; color: var(--rose-dark); font-weight: 800; margin-bottom: 40px; }
.card p { color: var(--ink-soft); margin-bottom: 0; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); transition: .25s ease; }

.process { background: linear-gradient(135deg, var(--champagne), #fff); }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; align-items: start; }
.text-link { color: var(--rose-dark); font-weight: 800; border-bottom: 1px solid currentColor; }
.timeline { display: grid; gap: 16px; }
.timeline div { display: grid; grid-template-columns: 54px 1fr; gap: 2px 18px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 22px; box-shadow: 0 8px 24px rgba(37,25,29,.04); }
.timeline span { grid-row: span 2; width: 48px; height: 48px; border-radius: 50%; background: var(--blush); display: inline-flex; align-items: center; justify-content: center; font-weight: 900; color: var(--rose-dark); }
.timeline p { margin: 0; color: var(--ink-soft); }

.split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: stretch; }
.panel { border-radius: var(--radius); padding: 44px; }
.panel.dark { background: var(--ink); color: #fff; }
.panel.dark .eyebrow { color: var(--blush); }
.panel.dark p { color: rgba(255,255,255,.76); }
.quality-list { display: grid; gap: 16px; }
.quality-list div { border-radius: 24px; border: 1px solid var(--line); background: #fff; padding: 26px; }
.quality-list p { color: var(--ink-soft); margin-bottom: 0; }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 48px; align-items: center; }
.about-card { background: var(--champagne); border: 1px solid var(--line); border-radius: 36px; padding: 48px; }
.about-card img { width: min(100%, 420px); margin: 0 auto; }
.cta-band { padding: 76px 0; }
.cta-inner { text-align: center; background: linear-gradient(135deg, var(--rose-dark), #352228); color: #fff; border-radius: 36px; padding: 58px 24px; box-shadow: var(--shadow); }
.cta-inner p { color: rgba(255,255,255,.78); max-width: 650px; margin: 0 auto 28px; }

.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 44px; align-items: start; }
.contact-details { margin-top: 30px; display: grid; gap: 16px; }
.contact-details p { padding-left: 18px; border-left: 3px solid var(--blush); }
.contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 28px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: var(--ink-soft); font-weight: 750; font-size: .92rem; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); background: var(--cream); border-radius: 16px; padding: 14px 15px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(166,107,117,.12); }
.full { grid-column: 1 / -1; }
.form-note { grid-column: 1 / -1; color: var(--ink-soft); font-size: .86rem; margin: 0; }

.site-footer { padding: 28px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; color: var(--ink-soft); font-size: .92rem; }
.footer-brand img { width: 210px; }
.footer-grid a:last-child { justify-self: end; color: var(--rose-dark); font-weight: 800; }

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

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 76px; background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 8px; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: .2s ease; }
  .site-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .site-nav a { padding: 12px; }
  .hero-grid, .process-grid, .split-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 58px; }
  .hero-art img { margin: 0 auto; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 70px 0; }
  .brand img { width: 190px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-actions .button, .contact-form .button { width: 100%; }
  .card-grid, .stats-grid { grid-template-columns: 1fr; }
  .stats-grid div, .stats-grid div:last-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-form { grid-template-columns: 1fr; padding: 20px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand img { margin: 0 auto; }
  .footer-grid a:last-child { justify-self: center; }
}
