@font-face {
  font-family: "Robelia";
  src: url("fonts/Robelia.woff2") format("woff2"), url("fonts/Robelia.otf") format("opentype");
  font-display: swap;
}
:root {
  --paper: #f3f1ea;
  --paper-2: #eceadf;
  --ink: #15171c;
  --ink-soft: #2c2f37;
  --muted: #6a6e78;
  --brick: #a23b2c;
  --line: rgba(21, 23, 28, 0.16);
  --line-soft: rgba(21, 23, 28, 0.09);
  --nav-bg: rgba(243, 241, 234, 0.78);
  --display: "Inter", "Helvetica Neue", system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.wrap { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }

.label { font-size: 12.5px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
h1, h2, h3 { font-family: var(--display); font-weight: 800; margin: 0; color: var(--ink); letter-spacing: -0.035em; line-height: 0.95; }
h1 { font-size: clamp(44px, 8.4vw, 126px); font-weight: 900; }
h2 { font-size: clamp(38px, 6vw, 92px); }
h3 { font-size: clamp(28px, 3.6vw, 52px); }
p { margin: 0; }

.arrow { display: inline-flex; align-items: center; gap: 12px; font-family: "Inter"; font-size: 15px; font-weight: 500; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink); padding-bottom: 6px; border-bottom: 1px solid var(--ink); transition: gap .25s ease, color .2s, border-color .2s; }
.arrow .a { transition: transform .25s ease; }
.arrow:hover { gap: 18px; color: var(--brick); border-color: var(--brick); }
.arrow:hover .a { transform: translateX(4px); }
.arrow.lg { font-size: 17px; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 40; background: var(--nav-bg); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line-soft); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mk { width: 30px; height: 30px; }
.brand b { font-family: var(--display); font-weight: 500; font-size: 16px; letter-spacing: 0.2em; text-transform: uppercase; }
.menu { display: flex; gap: 36px; }
.menu a { font-size: 13px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); transition: color .2s; }
.menu a:hover { color: var(--brick); }
.menu a.cta { color: var(--brick); font-weight: 700; }
.menu a.cta:hover { color: #ff7a2e; }

/* Hero */
.hero { padding: clamp(70px, 13vh, 150px) 0 clamp(56px, 9vh, 110px); }
.hero .label { display: block; margin-bottom: clamp(28px, 4vw, 48px); }
.hero h1 { max-width: 16ch; }
.hero-row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 32px; margin-top: clamp(40px, 6vw, 72px); }
.hero-row p { max-width: 42ch; color: var(--ink-soft); font-size: clamp(18px, 1.6vw, 22px); }
.hero-cta { display: flex; gap: 28px; flex-wrap: wrap; }

section { border-top: 1px solid var(--line); }
.sec { padding: clamp(70px, 11vw, 150px) 0; }
.sec-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(44px, 6vw, 76px); }

/* Work */
.project { display: block; padding: clamp(28px, 4vw, 0) 0; }
.project + .project { margin-top: clamp(64px, 8vw, 110px); padding-top: clamp(64px, 8vw, 110px); border-top: 1px solid var(--line); }
.project .visual { margin: 0 clamp(8px, 6vw, 104px); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 54px 96px -40px rgba(21, 23, 28, 0.58), 0 16px 38px -16px rgba(21, 23, 28, 0.32); transition: transform .4s ease, box-shadow .4s ease; }
.project .visual:hover { transform: translateY(-6px); box-shadow: 0 60px 110px -44px rgba(21, 23, 28, 0.55), 0 18px 40px -16px rgba(21, 23, 28, 0.3); }
.project .cap { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-top: 28px; }
.project .cap .label { margin-bottom: 12px; }
.project .cap h3 { max-width: 18ch; }
.project .cap-left { max-width: 64ch; }
.project .p-desc { margin-top: 14px; color: var(--muted); font-size: 16px; line-height: 1.55; }

.mini-yoga { background: linear-gradient(160deg, #fbf7ed, #eef2ec); padding: clamp(40px, 6vw, 84px) clamp(36px, 6vw, 88px); }
.mini-yoga .e { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #a82e29; font-weight: 700; }
.mini-yoga h4 { font-family: Georgia, serif; font-weight: 500; font-size: clamp(28px, 5vw, 56px); line-height: 1.04; margin: 16px 0 16px; color: #0a1c2e; }
.mini-yoga p { font-size: clamp(13px, 1.4vw, 16px); color: #46554f; margin: 0 0 24px; max-width: 40ch; }
.mini-yoga .b { display: inline-block; font-size: 12px; font-weight: 700; padding: 11px 20px; border-radius: 999px; background: #a82e29; color: #fff; }
.mini-app { background: #16243f; padding: clamp(40px, 6vw, 84px) clamp(36px, 6vw, 88px); }
.mini-app .e { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: #d79a8c; font-weight: 700; }
.mini-app h4 { font-family: "Inter", sans-serif; font-weight: 600; font-size: clamp(22px, 3vw, 38px); color: #fff; margin: 16px 0 26px; max-width: 20ch; line-height: 1.18; }
.mini-app .field { display: flex; gap: 10px; align-items: center; background: #1f3257; border: 1px solid rgba(255,255,255,0.10); border-radius: 12px; padding: 15px 18px; font-size: clamp(12px,1.3vw,15px); color: #aeb8cc; max-width: 560px; }
.mini-app .field .go { margin-left: auto; background: #a23b2c; color: #fff; font-weight: 700; padding: 8px 15px; border-radius: 8px; font-size: 12px; white-space: nowrap; }
.mini-app .chips { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.mini-app .chips span { font-size: 12px; color: #c9d2e2; padding: 8px 14px; border-radius: 999px; background: #1f3257; border: 1px solid rgba(255,255,255,0.08); }

/* Services / pricing */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--line); padding-top: clamp(40px, 5vw, 64px); }
.tier { padding: clamp(30px, 3vw, 42px); border: 2px solid transparent; border-radius: 18px; }
.tier.feature { border-color: #ff7a2e; background: rgba(255, 122, 46, 0.05); }
.tier .t-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 40px; }
.tier .t-top .pop { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; background: var(--brick); font-weight: 700; padding: 6px 12px; border-radius: 999px; white-space: nowrap; }
.tier h3 { font-size: clamp(26px, 2.4vw, 34px); margin-bottom: 16px; }
.tier .price { font-family: var(--display); font-weight: 800; font-size: clamp(38px, 3.8vw, 52px); letter-spacing: -0.03em; line-height: 1; color: var(--ink); }
.tier .price small { font-family: "Inter"; font-size: 15px; font-weight: 600; color: var(--brick); }
.tier .desc { color: var(--muted); font-size: 15.5px; margin: 16px 0 22px; }
.tier ul { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 10px; }
.tier li { position: relative; padding-left: 24px; font-size: 15px; color: var(--ink-soft); }
.tier li::before { content: "\2192"; position: absolute; left: 0; color: var(--brick); }
.pricing-note { margin-top: 36px; font-size: 15.5px; color: var(--muted); }
.pricing-note b { color: var(--ink); font-weight: 600; }

/* Automation list */
.auto-list { border-top: 1px solid var(--line); }
.auto-row { display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 28px; padding: clamp(24px, 2.6vw, 36px) 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, border-color .6s ease, background-color .6s ease; }
.auto-row:hover { padding-left: 12px; }
.auto-row .num { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--brick); }
.auto-row .a-main h3 { font-size: clamp(22px, 2.4vw, 32px); margin-bottom: 6px; }
.auto-row .a-main p { color: var(--muted); font-size: 15.5px; max-width: 64ch; }
.auto-row .a-price { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--ink); white-space: nowrap; }
.auto-foot { margin-top: 34px; color: var(--muted); font-size: 16px; max-width: 70ch; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 4vw, 64px); }
.step .num { font-family: var(--display); font-weight: 700; font-size: 30px; color: var(--brick); }
.step h3 { font-size: clamp(24px, 2.4vw, 34px); margin: 14px 0 12px; }
.step p { color: var(--muted); font-size: 16px; }

/* Dark statement band */
.band { background: #14161a; color: #f3f1ea; border-top: 0; }
.band .wrap { padding: clamp(80px, 12vw, 170px) 0; }
.band .label { color: #8b8f9a; }
.band blockquote { margin: 28px 0 0; font-family: var(--display); font-weight: 800; font-size: clamp(32px, 5.2vw, 76px); line-height: 1.0; letter-spacing: -0.035em; color: #fff; max-width: 20ch; }
.band cite { display: block; margin-top: 36px; font-style: normal; font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; color: #b9bdc7; }

/* Contact */
.contact .wrap { padding: clamp(80px, 12vw, 160px) 0; }
.contact h2 { max-width: 14ch; }
.contact .mail { display: inline-block; margin-top: clamp(32px, 5vw, 56px); font-family: var(--display); font-weight: 800; font-size: clamp(28px, 4.6vw, 64px); letter-spacing: -0.03em; color: var(--ink); border-bottom: 2px solid var(--line); transition: color .2s, border-color .2s; }
.contact .mail:hover { color: var(--brick); border-color: var(--brick); }

/* Footer */
footer { background: #14161a; color: #f3f1ea; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding: clamp(56px, 7vw, 90px) 0 clamp(34px, 4vw, 52px); }
.foot-grid .f-brand b { font-family: var(--display); font-weight: 500; font-size: 22px; letter-spacing: 0.18em; text-transform: uppercase; }
.foot-grid .f-brand p { color: #9398a3; margin-top: 16px; max-width: 30ch; font-size: 15.5px; }
.foot-col .h { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: #797e8a; margin-bottom: 18px; }
.foot-col a { display: block; color: #d7dae1; font-size: 15.5px; padding: 5px 0; transition: color .2s; }
.foot-col a:hover { color: #fff; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 26px 0 44px; border-top: 1px solid rgba(255,255,255,0.12); font-size: 13.5px; color: #797e8a; }

/* Reveal + motion */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* Reusable helpers */
.lead { font-size: clamp(18px, 1.6vw, 22px); color: var(--ink-soft); max-width: 56ch; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(24px, 3vw, 40px); }
.feature-grid .fh { font-weight: 500; font-size: 15px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--ink); margin-bottom: 12px; }
.feature-grid p { color: var(--muted); font-size: 16px; }
.prose { color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; max-width: 64ch; }
.prose p + p { margin-top: 20px; }
.prose b { color: var(--ink); font-weight: 700; }

/* FAQ accordion (class-based) */
.faq details { border-top: 1px solid var(--line); padding: 22px 0; }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { font-family: var(--display); font-weight: 800; font-size: clamp(18px, 2vw, 24px); letter-spacing: -0.02em; cursor: pointer; list-style: none; position: relative; padding-right: 34px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: -2px; color: var(--brick); font-weight: 400; font-size: 26px; line-height: 1; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { color: var(--muted); font-size: 16px; margin-top: 14px; max-width: 72ch; }

/* Workflow steps (how-automations-work) */
.flow { border-top: 1px solid var(--line); padding-top: clamp(28px, 3vw, 40px); }
.flow + .flow { margin-top: clamp(48px, 6vw, 84px); }
.flow .tag { font-family: var(--display); font-weight: 700; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brick); }
.flow h3 { font-size: clamp(26px, 3vw, 40px); margin: 12px 0 18px; }
.flow ol { margin: 0; padding: 0; list-style: none; counter-reset: f; display: grid; gap: 14px; max-width: 70ch; }
.flow ol li { position: relative; padding-left: 44px; color: var(--ink-soft); font-size: 16.5px; }
.flow ol li::before { counter-increment: f; content: counter(f); position: absolute; left: 0; top: -2px; width: 28px; height: 28px; border-radius: 50%; background: var(--brick); color: #fff; font-family: var(--display); font-weight: 700; font-size: 14px; display: grid; place-items: center; }

@media (max-width: 860px) {
  body { font-size: 16px; }
  .menu { display: none; }
  .tiers, .steps { grid-template-columns: 1fr; }
  .tier { border-right: 0; border-bottom: 1px solid var(--line); padding: 30px 0; }
  .tier:last-child { border-bottom: 0; }
  .auto-row { grid-template-columns: 36px 1fr; }
  .auto-row .a-price { grid-column: 2; }
  .foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 520px) {
  .wrap { width: calc(100% - 32px); }
  .hero-cta { flex-direction: column; gap: 18px; }
  .foot-grid { grid-template-columns: 1fr; }
}
